Html Css Color HEX #BDEF92 Sulu

📋 copy color: '#BDEF92'

red 189 ◦ green 239 ◦ blue 146

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

Shades of Sulu #BDEF92

Tints of Sulu #BDEF92

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

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

R = 32.93%
G = 41.64%
B = 25.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#BDEF92 (or 0xBDEF92) is known color: Sulu. HEX triplet: BD, EF and 92. RGB value is (189,239,146). Sum of RGB (Red+Green+Blue) = 189+239+146=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF92 is #42106D. Grayscale: #D5D5D5. Windows color (decimal): -4329582 or 9629629. OLE color: 9629629.

HSL color Cylindrical-coordinate representation of color #BDEF92: hue angle of 92.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEF92 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 146 -
CMYK 0.21 0 0.39 0.06
HSL 92.26º 0.74% 0.75% -
HSV(B) 92.26º 0.39% 0.94% -
XYZ 57.04 74.63 38.59 -
YUV 213.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 189 239 146 0.21 0 0.39 0.06 92.26 0.74 0.75
Hex BD EF 92 15 0 27 6 5C 4A 4B
Octal 275 357 222 25 0 47 6 134 112 113
Binary 10111101 11101111 10010010 10101 0 100111 110 1011100 1001010 1001011

Color Harmonies of #BDEF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF92

Black with #BDEF92

Text Example


Text Example

White with #BDEF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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