Html Css Color HEX #BDF691 Sulu

📋 copy color: '#BDF691'

red 189 ◦ green 246 ◦ blue 145

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

Shades of Sulu #BDF691

Tints of Sulu #BDF691

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

 BLUE value IS 145 (57.03% from 255) = 25%

R = 32.59%
G = 42.41%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BDF691 (or 0xBDF691) is known color: Sulu. HEX triplet: BD, F6 and 91. RGB value is (189,246,145). Sum of RGB (Red+Green+Blue) = 189+246+145=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF691 is #42096E. Grayscale: #D9D9D9. Windows color (decimal): -4327791 or 9565885. OLE color: 9565885.

HSL color Cylindrical-coordinate representation of color #BDF691: hue angle of 93.86º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF691 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 145 -
CMYK 0.23 0 0.41 0.04
HSL 93.86º 0.85% 0.77% -
HSV(B) 93.86º 0.41% 0.96% -
XYZ 59.05 78.77 38.88 -
YUV 217.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 189 246 145 0.23 0 0.41 0.04 93.86 0.85 0.77
Hex BD F6 91 17 0 29 4 5E 55 4D
Octal 275 366 221 27 0 51 4 136 125 115
Binary 10111101 11110110 10010001 10111 0 101001 100 1011110 1010101 1001101

Color Harmonies of #BDF691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF691

Black with #BDF691

Text Example


Text Example

White with #BDF691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF691; }

 p { color: rgb(189,246,145); }

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

background-color css

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

 a { background-color: rgb(189,246,145); }

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

border-color css

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

 span { border-color: rgb(189,246,145); }

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