Html Css Color HEX #BDEB85 Sulu

📋 copy color: '#BDEB85'

red 189 ◦ green 235 ◦ blue 133

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

Shades of Sulu #BDEB85

Tints of Sulu #BDEB85

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.19%

 BLUE value IS 133 (52.34% from 255) = 23.88%

R = 33.93%
G = 42.19%
B = 23.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#BDEB85 (or 0xBDEB85) is known color: Sulu. HEX triplet: BD, EB and 85. RGB value is (189,235,133). Sum of RGB (Red+Green+Blue) = 189+235+133=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB85 is #42147A. Grayscale: #D1D1D1. Windows color (decimal): -4330619 or 8776637. OLE color: 8776637.

HSL color Cylindrical-coordinate representation of color #BDEB85: hue angle of 87.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDEB85 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 133 -
CMYK 0.20 0 0.43 0.08
HSL 87.06º 0.72% 0.72% -
HSV(B) 87.06º 0.43% 0.92% -
XYZ 54.93 71.93 33.18 -
YUV 209.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 189 235 133 0.20 0 0.43 0.08 87.06 0.72 0.72
Hex BD EB 85 14 0 2B 8 57 48 48
Octal 275 353 205 24 0 53 10 127 110 110
Binary 10111101 11101011 10000101 10100 0 101011 1000 1010111 1001000 1001000

Color Harmonies of #BDEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB85

Black with #BDEB85

Text Example


Text Example

White with #BDEB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB85; }

 p { color: rgb(189,235,133); }

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

background-color css

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

 a { background-color: rgb(189,235,133); }

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

border-color css

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

 span { border-color: rgb(189,235,133); }

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