Html Css Color HEX #BDEB6A Sulu

📋 copy color: '#BDEB6A'

red 189 ◦ green 235 ◦ blue 106

#BDEB6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDEB6A

Tints of Sulu #BDEB6A

RGB

 RED value IS 189 (74.22% from 255) = 35.66%

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 106 (41.8% from 255) = 20%

R = 35.66%
G = 44.34%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDEB6A (or 0xBDEB6A) is known color: Sulu. HEX triplet: BD, EB and 6A. RGB value is (189,235,106). Sum of RGB (Red+Green+Blue) = 189+235+106=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB6A is #421495. Grayscale: #CFCFCF. Windows color (decimal): -4330646 or 7007165. OLE color: 7007165.

HSL color Cylindrical-coordinate representation of color #BDEB6A: hue angle of 81.4º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDEB6A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 106 -
CMYK 0.20 0 0.55 0.08
HSL 81.4º 0.76% 0.67% -
HSV(B) 81.4º 0.55% 0.92% -
XYZ 53.3 71.28 24.58 -
YUV 206.54 71.26 115.49 -
System Red Green Blue C M Y K H S L
Decimal 189 235 106 0.20 0 0.55 0.08 81.4 0.76 0.67
Hex BD EB 6A 14 0 37 8 51 4C 43
Octal 275 353 152 24 0 67 10 121 114 103
Binary 10111101 11101011 1101010 10100 0 110111 1000 1010001 1001100 1000011

Color Harmonies of #BDEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB6A

Black with #BDEB6A

Text Example


Text Example

White with #BDEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB6A; }

 p { color: rgb(189,235,106); }

 H1.HeaderClassName
 {
   color: #BDEB6A;
 }
 .AnyTagClassName
 {
   color: #BDEB6A;
 }
</style>

background-color css

<style>
 a { background-color: #BDEB6A; }

 a { background-color: rgb(189,235,106); }

 div.DivClassName
 {
   background-color: #BDEB6A;
 }
 .BgClassName
 {
   background-color: #BDEB6A;
 }
</style>

border-color css

<style>
 span { border-color: #BDEB6A; }

 span { border-color: rgb(189,235,106); }

 td.TdClassName
 {
   border-color: #BDEB6A;
 }
 .TagClassName
 {
   border-color: #BDEB6A;
 }
</style>