Html Css Color HEX #BDC875 Pine Glade

📋 copy color: '#BDC875'

red 189 ◦ green 200 ◦ blue 117

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

Shades of Pine Glade #BDC875

Tints of Pine Glade #BDC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

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

R = 37.35%
G = 39.53%
B = 23.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BDC875 (or 0xBDC875) is known color: Pine Glade. HEX triplet: BD, C8 and 75. RGB value is (189,200,117). Sum of RGB (Red+Green+Blue) = 189+200+117=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC875 is #42378A. Grayscale: #BBBBBB. Windows color (decimal): -4339595 or 7719101. OLE color: 7719101.

HSL color Cylindrical-coordinate representation of color #BDC875: hue angle of 67.95º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC875 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 117 -
CMYK 0.06 0 0.42 0.22
HSL 67.95º 0.43% 0.62% -
HSV(B) 67.95º 0.42% 0.78% -
XYZ 44.85 53.41 24.78 -
YUV 187.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 189 200 117 0.06 0 0.42 0.22 67.95 0.43 0.62
Hex BD C8 75 6 0 2A 16 44 2B 3E
Octal 275 310 165 6 0 52 26 104 53 76
Binary 10111101 11001000 1110101 110 0 101010 10110 1000100 101011 111110

Color Harmonies of #BDC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC875

Black with #BDC875

Text Example


Text Example

White with #BDC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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