Html Css Color HEX #BDE172 Sulu

📋 copy color: '#BDE172'

red 189 ◦ green 225 ◦ blue 114

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

Shades of Sulu #BDE172

Tints of Sulu #BDE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.61%

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

R = 35.8%
G = 42.61%
B = 21.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BDE172 (or 0xBDE172) is known color: Sulu. HEX triplet: BD, E1 and 72. RGB value is (189,225,114). Sum of RGB (Red+Green+Blue) = 189+225+114=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE172 is #421E8D. Grayscale: #C9C9C9. Windows color (decimal): -4333198 or 7528893. OLE color: 7528893.

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

Color convert

RGB 189 225 114 -
CMYK 0.16 0 0.49 0.12
HSL 79.46º 0.65% 0.66% -
HSV(B) 79.46º 0.49% 0.88% -
XYZ 50.95 65.88 25.95 -
YUV 201.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 189 225 114 0.16 0 0.49 0.12 79.46 0.65 0.66
Hex BD E1 72 10 0 31 C 4F 41 42
Octal 275 341 162 20 0 61 14 117 101 102
Binary 10111101 11100001 1110010 10000 0 110001 1100 1001111 1000001 1000010

Color Harmonies of #BDE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE172

Black with #BDE172

Text Example


Text Example

White with #BDE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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