Html Css Color HEX #BDE86C Sulu

📋 copy color: '#BDE86C'

red 189 ◦ green 232 ◦ blue 108

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

Shades of Sulu #BDE86C

Tints of Sulu #BDE86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 35.73%
G = 43.86%
B = 20.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BDE86C (or 0xBDE86C) is known color: Sulu. HEX triplet: BD, E8 and 6C. RGB value is (189,232,108). Sum of RGB (Red+Green+Blue) = 189+232+108=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE86C is #421793. Grayscale: #CDCDCD. Windows color (decimal): -4331412 or 7137469. OLE color: 7137469.

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

Color convert

RGB 189 232 108 -
CMYK 0.19 0 0.53 0.09
HSL 80.81º 0.73% 0.67% -
HSV(B) 80.81º 0.53% 0.91% -
XYZ 52.55 69.61 24.85 -
YUV 205.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 189 232 108 0.19 0 0.53 0.09 80.81 0.73 0.67
Hex BD E8 6C 13 0 35 9 51 49 43
Octal 275 350 154 23 0 65 11 121 111 103
Binary 10111101 11101000 1101100 10011 0 110101 1001 1010001 1001001 1000011

Color Harmonies of #BDE86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE86C

Black with #BDE86C

Text Example


Text Example

White with #BDE86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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