Html Css Color HEX #BDC37A Pine Glade

📋 copy color: '#BDC37A'

red 189 ◦ green 195 ◦ blue 122

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

Shades of Pine Glade #BDC37A

Tints of Pine Glade #BDC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

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

R = 37.35%
G = 38.54%
B = 24.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#BDC37A (or 0xBDC37A) is known color: Pine Glade. HEX triplet: BD, C3 and 7A. RGB value is (189,195,122). Sum of RGB (Red+Green+Blue) = 189+195+122=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37A is #423C85. Grayscale: #B9B9B9. Windows color (decimal): -4340870 or 8045501. OLE color: 8045501.

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

Color convert

RGB 189 195 122 -
CMYK 0.03 0 0.37 0.24
HSL 64.93º 0.38% 0.62% -
HSV(B) 64.93º 0.37% 0.76% -
XYZ 44.01 51.25 25.99 -
YUV 184.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 189 195 122 0.03 0 0.37 0.24 64.93 0.38 0.62
Hex BD C3 7A 3 0 25 18 41 26 3E
Octal 275 303 172 3 0 45 30 101 46 76
Binary 10111101 11000011 1111010 11 0 100101 11000 1000001 100110 111110

Color Harmonies of #BDC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC37A

Black with #BDC37A

Text Example


Text Example

White with #BDC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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