Html Css Color HEX #BDCA75 Pine Glade

📋 copy color: '#BDCA75'

red 189 ◦ green 202 ◦ blue 117

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

Shades of Pine Glade #BDCA75

Tints of Pine Glade #BDCA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.76%

 BLUE value IS 117 (46.09% from 255) = 23.03%

R = 37.2%
G = 39.76%
B = 23.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BDCA75 (or 0xBDCA75) is known color: Pine Glade. HEX triplet: BD, CA and 75. RGB value is (189,202,117). Sum of RGB (Red+Green+Blue) = 189+202+117=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA75 is #42358A. Grayscale: #BCBCBC. Windows color (decimal): -4339083 or 7719613. OLE color: 7719613.

HSL color Cylindrical-coordinate representation of color #BDCA75: hue angle of 69.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDCA75 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 117 -
CMYK 0.06 0 0.42 0.21
HSL 69.18º 0.45% 0.63% -
HSV(B) 69.18º 0.42% 0.79% -
XYZ 45.32 54.34 24.93 -
YUV 188.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 189 202 117 0.06 0 0.42 0.21 69.18 0.45 0.63
Hex BD CA 75 6 0 2A 15 45 2D 3F
Octal 275 312 165 6 0 52 25 105 55 77
Binary 10111101 11001010 1110101 110 0 101010 10101 1000101 101101 111111

Color Harmonies of #BDCA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA75

Black with #BDCA75

Text Example


Text Example

White with #BDCA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA75; }

 p { color: rgb(189,202,117); }

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

background-color css

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

 a { background-color: rgb(189,202,117); }

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

border-color css

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

 span { border-color: rgb(189,202,117); }

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