Html Css Color HEX #BDE36C Sulu

📋 copy color: '#BDE36C'

red 189 ◦ green 227 ◦ blue 108

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

Shades of Sulu #BDE36C

Tints of Sulu #BDE36C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.32%

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

R = 36.07%
G = 43.32%
B = 20.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#BDE36C (or 0xBDE36C) is known color: Sulu. HEX triplet: BD, E3 and 6C. RGB value is (189,227,108). Sum of RGB (Red+Green+Blue) = 189+227+108=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE36C is #421C93. Grayscale: #CACACA. Windows color (decimal): -4332692 or 7136189. OLE color: 7136189.

HSL color Cylindrical-coordinate representation of color #BDE36C: hue angle of 79.16º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE36C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 108 -
CMYK 0.17 0 0.52 0.11
HSL 79.16º 0.68% 0.66% -
HSV(B) 79.16º 0.52% 0.89% -
XYZ 51.16 66.84 24.39 -
YUV 202.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 189 227 108 0.17 0 0.52 0.11 79.16 0.68 0.66
Hex BD E3 6C 11 0 34 B 4F 44 42
Octal 275 343 154 21 0 64 13 117 104 102
Binary 10111101 11100011 1101100 10001 0 110100 1011 1001111 1000100 1000010

Color Harmonies of #BDE36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE36C

Black with #BDE36C

Text Example


Text Example

White with #BDE36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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