Html Css Color HEX #BDEA72 Sulu

📋 copy color: '#BDEA72'

red 189 ◦ green 234 ◦ blue 114

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

Shades of Sulu #BDEA72

Tints of Sulu #BDEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

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

R = 35.2%
G = 43.58%
B = 21.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#BDEA72 (or 0xBDEA72) is known color: Sulu. HEX triplet: BD, EA and 72. RGB value is (189,234,114). Sum of RGB (Red+Green+Blue) = 189+234+114=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA72 is #42158D. Grayscale: #CFCFCF. Windows color (decimal): -4330894 or 7531197. OLE color: 7531197.

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

Color convert

RGB 189 234 114 -
CMYK 0.19 0 0.51 0.08
HSL 82.5º 0.74% 0.68% -
HSV(B) 82.5º 0.51% 0.92% -
XYZ 53.45 70.88 26.78 -
YUV 206.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 189 234 114 0.19 0 0.51 0.08 82.5 0.74 0.68
Hex BD EA 72 13 0 33 8 52 4A 44
Octal 275 352 162 23 0 63 10 122 112 104
Binary 10111101 11101010 1110010 10011 0 110011 1000 1010010 1001010 1000100

Color Harmonies of #BDEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA72

Black with #BDEA72

Text Example


Text Example

White with #BDEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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