Html Css Color HEX #C0BE78 Pine Glade

📋 copy color: '#C0BE78'

red 192 ◦ green 190 ◦ blue 120

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

Shades of Pine Glade #C0BE78

Tints of Pine Glade #C0BE78

RGB

 RED value IS 192 (75.39% from 255) = 38.25%

 GREEN value IS 190 (74.61% from 255) = 37.85%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 38.25%
G = 37.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0BE78 (or 0xC0BE78) is known color: Pine Glade. HEX triplet: C0, BE and 78. RGB value is (192,190,120). Sum of RGB (Red+Green+Blue) = 192+190+120=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE78 is #3F4187. Grayscale: #B6B6B6. Windows color (decimal): -4145544 or 7913152. OLE color: 7913152.

HSL color Cylindrical-coordinate representation of color #C0BE78: hue angle of 58.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0BE78 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 120 -
CMYK 0 0.01 0.38 0.25
HSL 58.33º 0.36% 0.61% -
HSV(B) 58.33º 0.38% 0.75% -
XYZ 43.54 49.39 25.01 -
YUV 182.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 192 190 120 0 0.01 0.38 0.25 58.33 0.36 0.61
Hex C0 BE 78 0 1 26 19 3A 24 3D
Octal 300 276 170 0 1 46 31 72 44 75
Binary 11000000 10111110 1111000 0 1 100110 11001 111010 100100 111101

Color Harmonies of #C0BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE78

Black with #C0BE78

Text Example


Text Example

White with #C0BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE78; }

 p { color: rgb(192,190,120); }

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

background-color css

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

 a { background-color: rgb(192,190,120); }

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

border-color css

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

 span { border-color: rgb(192,190,120); }

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