Html Css Color HEX #BDC474 Pine Glade

📋 copy color: '#BDC474'

red 189 ◦ green 196 ◦ blue 116

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

Shades of Pine Glade #BDC474

Tints of Pine Glade #BDC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 37.72%
G = 39.12%
B = 23.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BDC474 (or 0xBDC474) is known color: Pine Glade. HEX triplet: BD, C4 and 74. RGB value is (189,196,116). Sum of RGB (Red+Green+Blue) = 189+196+116=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC474 is #423B8B. Grayscale: #B9B9B9. Windows color (decimal): -4340620 or 7652541. OLE color: 7652541.

HSL color Cylindrical-coordinate representation of color #BDC474: hue angle of 65.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC474 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 116 -
CMYK 0.04 0 0.41 0.23
HSL 65.25º 0.4% 0.61% -
HSV(B) 65.25º 0.41% 0.77% -
XYZ 43.88 51.56 24.16 -
YUV 184.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 189 196 116 0.04 0 0.41 0.23 65.25 0.4 0.61
Hex BD C4 74 4 0 29 17 41 28 3D
Octal 275 304 164 4 0 51 27 101 50 75
Binary 10111101 11000100 1110100 100 0 101001 10111 1000001 101000 111101

Color Harmonies of #BDC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC474

Black with #BDC474

Text Example


Text Example

White with #BDC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC474; }

 p { color: rgb(189,196,116); }

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

background-color css

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

 a { background-color: rgb(189,196,116); }

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

border-color css

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

 span { border-color: rgb(189,196,116); }

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