Html Css Color HEX #BDC175 Pine Glade

📋 copy color: '#BDC175'

red 189 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #BDC175

Tints of Pine Glade #BDC175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 37.88%
G = 38.68%
B = 23.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BDC175 (or 0xBDC175) is known color: Pine Glade. HEX triplet: BD, C1 and 75. RGB value is (189,193,117). Sum of RGB (Red+Green+Blue) = 189+193+117=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC175 is #423E8A. Grayscale: #B7B7B7. Windows color (decimal): -4341387 or 7717309. OLE color: 7717309.

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

Color convert

RGB 189 193 117 -
CMYK 0.02 0 0.39 0.24
HSL 63.16º 0.38% 0.61% -
HSV(B) 63.16º 0.39% 0.76% -
XYZ 43.27 50.24 24.25 -
YUV 183.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 189 193 117 0.02 0 0.39 0.24 63.16 0.38 0.61
Hex BD C1 75 2 0 27 18 3F 26 3D
Octal 275 301 165 2 0 47 30 77 46 75
Binary 10111101 11000001 1110101 10 0 100111 11000 111111 100110 111101

Color Harmonies of #BDC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC175

Black with #BDC175

Text Example


Text Example

White with #BDC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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