Html Css Color HEX #BDF192 Sulu

📋 copy color: '#BDF192'

red 189 ◦ green 241 ◦ blue 146

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

Shades of Sulu #BDF192

Tints of Sulu #BDF192

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.84%

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

R = 32.81%
G = 41.84%
B = 25.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BDF192 (or 0xBDF192) is known color: Sulu. HEX triplet: BD, F1 and 92. RGB value is (189,241,146). Sum of RGB (Red+Green+Blue) = 189+241+146=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF192 is #420E6D. Grayscale: #D6D6D6. Windows color (decimal): -4329070 or 9630141. OLE color: 9630141.

HSL color Cylindrical-coordinate representation of color #BDF192: hue angle of 92.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF192 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 146 -
CMYK 0.22 0 0.39 0.05
HSL 92.84º 0.77% 0.76% -
HSV(B) 92.84º 0.39% 0.95% -
XYZ 57.63 75.8 38.79 -
YUV 214.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 189 241 146 0.22 0 0.39 0.05 92.84 0.77 0.76
Hex BD F1 92 16 0 27 5 5D 4D 4C
Octal 275 361 222 26 0 47 5 135 115 114
Binary 10111101 11110001 10010010 10110 0 100111 101 1011101 1001101 1001100

Color Harmonies of #BDF192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF192

Black with #BDF192

Text Example


Text Example

White with #BDF192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF192; }

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

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

background-color css

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

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

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

border-color css

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

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

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