Html Css Color HEX #BDC574 Pine Glade

📋 copy color: '#BDC574'

red 189 ◦ green 197 ◦ blue 116

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

Shades of Pine Glade #BDC574

Tints of Pine Glade #BDC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

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

R = 37.65%
G = 39.24%
B = 23.11%

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

#BDC574 (or 0xBDC574) is known color: Pine Glade. HEX triplet: BD, C5 and 74. RGB value is (189,197,116). Sum of RGB (Red+Green+Blue) = 189+197+116=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC574 is #423A8B. Grayscale: #B9B9B9. Windows color (decimal): -4340364 or 7652797. OLE color: 7652797.

HSL color Cylindrical-coordinate representation of color #BDC574: hue angle of 65.93º degrees, saturation: 0.41, 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 #BDC574 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 116 -
CMYK 0.04 0 0.41 0.23
HSL 65.93º 0.41% 0.61% -
HSV(B) 65.93º 0.41% 0.77% -
XYZ 44.1 52.01 24.24 -
YUV 185.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 189 197 116 0.04 0 0.41 0.23 65.93 0.41 0.61
Hex BD C5 74 4 0 29 17 42 29 3D
Octal 275 305 164 4 0 51 27 102 51 75
Binary 10111101 11000101 1110100 100 0 101001 10111 1000010 101001 111101

Color Harmonies of #BDC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC574

Black with #BDC574

Text Example


Text Example

White with #BDC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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