Html Css Color HEX #BDE972 Sulu

📋 copy color: '#BDE972'

red 189 ◦ green 233 ◦ blue 114

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

Shades of Sulu #BDE972

Tints of Sulu #BDE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 114 (44.92% from 255) = 21.27%

R = 35.26%
G = 43.47%
B = 21.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BDE972 (or 0xBDE972) is known color: Sulu. HEX triplet: BD, E9 and 72. RGB value is (189,233,114). Sum of RGB (Red+Green+Blue) = 189+233+114=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE972 is #42168D. Grayscale: #CECECE. Windows color (decimal): -4331150 or 7530941. OLE color: 7530941.

HSL color Cylindrical-coordinate representation of color #BDE972: hue angle of 82.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE972 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 114 -
CMYK 0.19 0 0.51 0.09
HSL 82.18º 0.73% 0.68% -
HSV(B) 82.18º 0.51% 0.91% -
XYZ 53.16 70.31 26.69 -
YUV 206.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 189 233 114 0.19 0 0.51 0.09 82.18 0.73 0.68
Hex BD E9 72 13 0 33 9 52 49 44
Octal 275 351 162 23 0 63 11 122 111 104
Binary 10111101 11101001 1110010 10011 0 110011 1001 1010010 1001001 1000100

Color Harmonies of #BDE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE972

Black with #BDE972

Text Example


Text Example

White with #BDE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE972; }

 p { color: rgb(189,233,114); }

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

background-color css

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

 a { background-color: rgb(189,233,114); }

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

border-color css

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

 span { border-color: rgb(189,233,114); }

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