Html Css Color HEX #BDE791 Sulu

📋 copy color: '#BDE791'

red 189 ◦ green 231 ◦ blue 145

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

Shades of Sulu #BDE791

Tints of Sulu #BDE791

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.88%

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

R = 33.45%
G = 40.88%
B = 25.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#BDE791 (or 0xBDE791) is known color: Sulu. HEX triplet: BD, E7 and 91. RGB value is (189,231,145). Sum of RGB (Red+Green+Blue) = 189+231+145=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE791 is #42186E. Grayscale: #D0D0D0. Windows color (decimal): -4331631 or 9562045. OLE color: 9562045.

HSL color Cylindrical-coordinate representation of color #BDE791: hue angle of 89.3º degrees, saturation: 0.64, 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 #BDE791 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 145 -
CMYK 0.18 0 0.37 0.09
HSL 89.3º 0.64% 0.74% -
HSV(B) 89.3º 0.37% 0.91% -
XYZ 54.67 70.01 37.42 -
YUV 208.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 189 231 145 0.18 0 0.37 0.09 89.3 0.64 0.74
Hex BD E7 91 12 0 25 9 59 40 4A
Octal 275 347 221 22 0 45 11 131 100 112
Binary 10111101 11100111 10010001 10010 0 100101 1001 1011001 1000000 1001010

Color Harmonies of #BDE791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE791

Black with #BDE791

Text Example


Text Example

White with #BDE791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE791; }

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

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

background-color css

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

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

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

border-color css

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

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

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