Html Css Color HEX #BDE06E Sulu

📋 copy color: '#BDE06E'

red 189 ◦ green 224 ◦ blue 110

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

Shades of Sulu #BDE06E

Tints of Sulu #BDE06E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 36.14%
G = 42.83%
B = 21.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BDE06E (or 0xBDE06E) is known color: Sulu. HEX triplet: BD, E0 and 6E. RGB value is (189,224,110). Sum of RGB (Red+Green+Blue) = 189+224+110=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE06E is #421F91. Grayscale: #C8C8C8. Windows color (decimal): -4333458 or 7266493. OLE color: 7266493.

HSL color Cylindrical-coordinate representation of color #BDE06E: hue angle of 78.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE06E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 110 -
CMYK 0.16 0 0.51 0.12
HSL 78.42º 0.65% 0.65% -
HSV(B) 78.42º 0.51% 0.88% -
XYZ 50.46 65.26 24.69 -
YUV 200.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 189 224 110 0.16 0 0.51 0.12 78.42 0.65 0.65
Hex BD E0 6E 10 0 33 C 4E 41 41
Octal 275 340 156 20 0 63 14 116 101 101
Binary 10111101 11100000 1101110 10000 0 110011 1100 1001110 1000001 1000001

Color Harmonies of #BDE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE06E

Black with #BDE06E

Text Example


Text Example

White with #BDE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE06E; }

 p { color: rgb(189,224,110); }

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

background-color css

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

 a { background-color: rgb(189,224,110); }

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

border-color css

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

 span { border-color: rgb(189,224,110); }

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