Html Css Color HEX #BDEA85 Sulu

📋 copy color: '#BDEA85'

red 189 ◦ green 234 ◦ blue 133

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

Shades of Sulu #BDEA85

Tints of Sulu #BDEA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

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

R = 33.99%
G = 42.09%
B = 23.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#BDEA85 (or 0xBDEA85) is known color: Sulu. HEX triplet: BD, EA and 85. RGB value is (189,234,133). Sum of RGB (Red+Green+Blue) = 189+234+133=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA85 is #42157A. Grayscale: #D1D1D1. Windows color (decimal): -4330875 or 8776381. OLE color: 8776381.

HSL color Cylindrical-coordinate representation of color #BDEA85: hue angle of 86.73º degrees, saturation: 0.71, 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 #BDEA85 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 133 -
CMYK 0.19 0 0.43 0.08
HSL 86.73º 0.71% 0.72% -
HSV(B) 86.73º 0.43% 0.92% -
XYZ 54.64 71.36 33.08 -
YUV 209.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 189 234 133 0.19 0 0.43 0.08 86.73 0.71 0.72
Hex BD EA 85 13 0 2B 8 57 47 48
Octal 275 352 205 23 0 53 10 127 107 110
Binary 10111101 11101010 10000101 10011 0 101011 1000 1010111 1000111 1001000

Color Harmonies of #BDEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA85

Black with #BDEA85

Text Example


Text Example

White with #BDEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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