Html Css Color HEX #BDCC73 Pine Glade

📋 copy color: '#BDCC73'

red 189 ◦ green 204 ◦ blue 115

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

Shades of Pine Glade #BDCC73

Tints of Pine Glade #BDCC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.64%

R = 37.2%
G = 40.16%
B = 22.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#BDCC73 (or 0xBDCC73) is known color: Pine Glade. HEX triplet: BD, CC and 73. RGB value is (189,204,115). Sum of RGB (Red+Green+Blue) = 189+204+115=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC73 is #42338C. Grayscale: #BDBDBD. Windows color (decimal): -4338573 or 7589053. OLE color: 7589053.

HSL color Cylindrical-coordinate representation of color #BDCC73: hue angle of 70.11º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDCC73 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 115 -
CMYK 0.07 0 0.44 0.2
HSL 70.11º 0.47% 0.63% -
HSV(B) 70.11º 0.44% 0.8% -
XYZ 45.67 55.24 24.48 -
YUV 189.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 189 204 115 0.07 0 0.44 0.2 70.11 0.47 0.63
Hex BD CC 73 7 0 2C 14 46 2F 3F
Octal 275 314 163 7 0 54 24 106 57 77
Binary 10111101 11001100 1110011 111 0 101100 10100 1000110 101111 111111

Color Harmonies of #BDCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC73

Black with #BDCC73

Text Example


Text Example

White with #BDCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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