Html Css Color HEX #BDE86A Sulu

📋 copy color: '#BDE86A'

red 189 ◦ green 232 ◦ blue 106

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

Shades of Sulu #BDE86A

Tints of Sulu #BDE86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.02%

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 35.86%
G = 44.02%
B = 20.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BDE86A (or 0xBDE86A) is known color: Sulu. HEX triplet: BD, E8 and 6A. RGB value is (189,232,106). Sum of RGB (Red+Green+Blue) = 189+232+106=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE86A is #421795. Grayscale: #CDCDCD. Windows color (decimal): -4331414 or 7006397. OLE color: 7006397.

HSL color Cylindrical-coordinate representation of color #BDE86A: hue angle of 80.48º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE86A is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 106 -
CMYK 0.19 0 0.54 0.09
HSL 80.48º 0.73% 0.66% -
HSV(B) 80.48º 0.54% 0.91% -
XYZ 52.44 69.57 24.3 -
YUV 204.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 189 232 106 0.19 0 0.54 0.09 80.48 0.73 0.66
Hex BD E8 6A 13 0 36 9 50 49 42
Octal 275 350 152 23 0 66 11 120 111 102
Binary 10111101 11101000 1101010 10011 0 110110 1001 1010000 1001001 1000010

Color Harmonies of #BDE86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE86A

Black with #BDE86A

Text Example


Text Example

White with #BDE86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE86A; }

 p { color: rgb(189,232,106); }

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

background-color css

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

 a { background-color: rgb(189,232,106); }

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

border-color css

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

 span { border-color: rgb(189,232,106); }

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