Html Css Color HEX #BDCC7A Pine Glade

📋 copy color: '#BDCC7A'

red 189 ◦ green 204 ◦ blue 122

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

Shades of Pine Glade #BDCC7A

Tints of Pine Glade #BDCC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

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

R = 36.7%
G = 39.61%
B = 23.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#BDCC7A (or 0xBDCC7A) is known color: Pine Glade. HEX triplet: BD, CC and 7A. RGB value is (189,204,122). Sum of RGB (Red+Green+Blue) = 189+204+122=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC7A is #423385. Grayscale: #BEBEBE. Windows color (decimal): -4338566 or 8047805. OLE color: 8047805.

HSL color Cylindrical-coordinate representation of color #BDCC7A: hue angle of 70.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCC7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 122 -
CMYK 0.07 0 0.40 0.2
HSL 70.98º 0.45% 0.64% -
HSV(B) 70.98º 0.4% 0.8% -
XYZ 46.09 55.41 26.68 -
YUV 190.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 189 204 122 0.07 0 0.40 0.2 70.98 0.45 0.64
Hex BD CC 7A 7 0 28 14 47 2D 40
Octal 275 314 172 7 0 50 24 107 55 100
Binary 10111101 11001100 1111010 111 0 101000 10100 1000111 101101 1000000

Color Harmonies of #BDCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC7A

Black with #BDCC7A

Text Example


Text Example

White with #BDCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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