Html Css Color HEX #BDE992 Sulu

📋 copy color: '#BDE992'

red 189 ◦ green 233 ◦ blue 146

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

Shades of Sulu #BDE992

Tints of Sulu #BDE992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.7%

R = 33.27%
G = 41.02%
B = 25.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#BDE992 (or 0xBDE992) is known color: Sulu. HEX triplet: BD, E9 and 92. RGB value is (189,233,146). Sum of RGB (Red+Green+Blue) = 189+233+146=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE992 is #42166D. Grayscale: #D2D2D2. Windows color (decimal): -4331118 or 9628093. OLE color: 9628093.

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

Color convert

RGB 189 233 146 -
CMYK 0.19 0 0.37 0.09
HSL 90.34º 0.66% 0.74% -
HSV(B) 90.34º 0.37% 0.91% -
XYZ 55.31 71.17 38.02 -
YUV 209.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 189 233 146 0.19 0 0.37 0.09 90.34 0.66 0.74
Hex BD E9 92 13 0 25 9 5A 42 4A
Octal 275 351 222 23 0 45 11 132 102 112
Binary 10111101 11101001 10010010 10011 0 100101 1001 1011010 1000010 1001010

Color Harmonies of #BDE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE992

Black with #BDE992

Text Example


Text Example

White with #BDE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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