Html Css Color HEX #BDC178 Pine Glade

📋 copy color: '#BDC178'

red 189 ◦ green 193 ◦ blue 120

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

Shades of Pine Glade #BDC178

Tints of Pine Glade #BDC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.45%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 37.65%
G = 38.45%
B = 23.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BDC178 (or 0xBDC178) is known color: Pine Glade. HEX triplet: BD, C1 and 78. RGB value is (189,193,120). Sum of RGB (Red+Green+Blue) = 189+193+120=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC178 is #423E87. Grayscale: #B7B7B7. Windows color (decimal): -4341384 or 7913917. OLE color: 7913917.

HSL color Cylindrical-coordinate representation of color #BDC178: hue angle of 63.29º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC178 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 120 -
CMYK 0.02 0 0.38 0.24
HSL 63.29º 0.37% 0.61% -
HSV(B) 63.29º 0.38% 0.76% -
XYZ 43.45 50.31 25.19 -
YUV 183.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 189 193 120 0.02 0 0.38 0.24 63.29 0.37 0.61
Hex BD C1 78 2 0 26 18 3F 25 3D
Octal 275 301 170 2 0 46 30 77 45 75
Binary 10111101 11000001 1111000 10 0 100110 11000 111111 100101 111101

Color Harmonies of #BDC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC178

Black with #BDC178

Text Example


Text Example

White with #BDC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC178; }

 p { color: rgb(189,193,120); }

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

background-color css

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

 a { background-color: rgb(189,193,120); }

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

border-color css

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

 span { border-color: rgb(189,193,120); }

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