Html Css Color HEX #BDE06D Sulu

📋 copy color: '#BDE06D'

red 189 ◦ green 224 ◦ blue 109

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

Shades of Sulu #BDE06D

Tints of Sulu #BDE06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.88%

R = 36.21%
G = 42.91%
B = 20.88%

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

#BDE06D (or 0xBDE06D) is known color: Sulu. HEX triplet: BD, E0 and 6D. RGB value is (189,224,109). Sum of RGB (Red+Green+Blue) = 189+224+109=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE06D is #421F92. Grayscale: #C8C8C8. Windows color (decimal): -4333459 or 7200957. OLE color: 7200957.

HSL color Cylindrical-coordinate representation of color #BDE06D: hue angle of 78.26º 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 #BDE06D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 109 -
CMYK 0.16 0 0.51 0.12
HSL 78.26º 0.65% 0.65% -
HSV(B) 78.26º 0.51% 0.88% -
XYZ 50.4 65.23 24.4 -
YUV 200.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 189 224 109 0.16 0 0.51 0.12 78.26 0.65 0.65
Hex BD E0 6D 10 0 33 C 4E 41 41
Octal 275 340 155 20 0 63 14 116 101 101
Binary 10111101 11100000 1101101 10000 0 110011 1100 1001110 1000001 1000001

Color Harmonies of #BDE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE06D

Black with #BDE06D

Text Example


Text Example

White with #BDE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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