Html Css Color HEX #BDDD6C Sulu

📋 copy color: '#BDDD6C'

red 189 ◦ green 221 ◦ blue 108

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

Shades of Sulu #BDDD6C

Tints of Sulu #BDDD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 36.49%
G = 42.66%
B = 20.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BDDD6C (or 0xBDDD6C) is known color: Sulu. HEX triplet: BD, DD and 6C. RGB value is (189,221,108). Sum of RGB (Red+Green+Blue) = 189+221+108=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD6C is #422293. Grayscale: #C6C6C6. Windows color (decimal): -4334228 or 7134653. OLE color: 7134653.

HSL color Cylindrical-coordinate representation of color #BDDD6C: hue angle of 76.99º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDDD6C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 108 -
CMYK 0.14 0 0.51 0.13
HSL 76.99º 0.62% 0.65% -
HSV(B) 76.99º 0.51% 0.87% -
XYZ 49.55 63.61 23.85 -
YUV 198.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 189 221 108 0.14 0 0.51 0.13 76.99 0.62 0.65
Hex BD DD 6C E 0 33 D 4D 3E 41
Octal 275 335 154 16 0 63 15 115 76 101
Binary 10111101 11011101 1101100 1110 0 110011 1101 1001101 111110 1000001

Color Harmonies of #BDDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD6C

Black with #BDDD6C

Text Example


Text Example

White with #BDDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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