Html Css Color HEX #BDEA92 Sulu

📋 copy color: '#BDEA92'

red 189 ◦ green 234 ◦ blue 146

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

Shades of Sulu #BDEA92

Tints of Sulu #BDEA92

RGB

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

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

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

R = 33.22%
G = 41.12%
B = 25.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#BDEA92 (or 0xBDEA92) is known color: Sulu. HEX triplet: BD, EA and 92. RGB value is (189,234,146). Sum of RGB (Red+Green+Blue) = 189+234+146=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA92 is #42156D. Grayscale: #D2D2D2. Windows color (decimal): -4330862 or 9628349. OLE color: 9628349.

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

Color convert

RGB 189 234 146 -
CMYK 0.19 0 0.38 0.08
HSL 90.68º 0.68% 0.75% -
HSV(B) 90.68º 0.38% 0.92% -
XYZ 55.6 71.74 38.11 -
YUV 210.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 189 234 146 0.19 0 0.38 0.08 90.68 0.68 0.75
Hex BD EA 92 13 0 26 8 5B 44 4B
Octal 275 352 222 23 0 46 10 133 104 113
Binary 10111101 11101010 10010010 10011 0 100110 1000 1011011 1000100 1001011

Color Harmonies of #BDEA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA92

Black with #BDEA92

Text Example


Text Example

White with #BDEA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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