Html Css Color HEX #BDC47A Pine Glade

📋 copy color: '#BDC47A'

red 189 ◦ green 196 ◦ blue 122

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

Shades of Pine Glade #BDC47A

Tints of Pine Glade #BDC47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 37.28%
G = 38.66%
B = 24.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#BDC47A (or 0xBDC47A) is known color: Pine Glade. HEX triplet: BD, C4 and 7A. RGB value is (189,196,122). Sum of RGB (Red+Green+Blue) = 189+196+122=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47A is #423B85. Grayscale: #B9B9B9. Windows color (decimal): -4340614 or 8045757. OLE color: 8045757.

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

Color convert

RGB 189 196 122 -
CMYK 0.04 0 0.38 0.23
HSL 65.68º 0.39% 0.62% -
HSV(B) 65.68º 0.38% 0.77% -
XYZ 44.24 51.7 26.06 -
YUV 185.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 189 196 122 0.04 0 0.38 0.23 65.68 0.39 0.62
Hex BD C4 7A 4 0 26 17 42 27 3E
Octal 275 304 172 4 0 46 27 102 47 76
Binary 10111101 11000100 1111010 100 0 100110 10111 1000010 100111 111110

Color Harmonies of #BDC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC47A

Black with #BDC47A

Text Example


Text Example

White with #BDC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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