Html Css Color HEX #BDC177 Pine Glade

📋 copy color: '#BDC177'

red 189 ◦ green 193 ◦ blue 119

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

Shades of Pine Glade #BDC177

Tints of Pine Glade #BDC177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 37.72%
G = 38.52%
B = 23.75%

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

#BDC177 (or 0xBDC177) is known color: Pine Glade. HEX triplet: BD, C1 and 77. RGB value is (189,193,119). Sum of RGB (Red+Green+Blue) = 189+193+119=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC177 is #423E88. Grayscale: #B7B7B7. Windows color (decimal): -4341385 or 7848381. OLE color: 7848381.

HSL color Cylindrical-coordinate representation of color #BDC177: hue angle of 63.24º 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 #BDC177 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 119 -
CMYK 0.02 0 0.38 0.24
HSL 63.24º 0.37% 0.61% -
HSV(B) 63.24º 0.38% 0.76% -
XYZ 43.39 50.29 24.87 -
YUV 183.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 189 193 119 0.02 0 0.38 0.24 63.24 0.37 0.61
Hex BD C1 77 2 0 26 18 3F 25 3D
Octal 275 301 167 2 0 46 30 77 45 75
Binary 10111101 11000001 1110111 10 0 100110 11000 111111 100101 111101

Color Harmonies of #BDC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC177

Black with #BDC177

Text Example


Text Example

White with #BDC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC177; }

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

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

background-color css

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

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

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

border-color css

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

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

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