Html Css Color HEX #C0BD4F Celery

📋 copy color: '#C0BD4F'

red 192 ◦ green 189 ◦ blue 79

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

Shades of Celery #C0BD4F

Tints of Celery #C0BD4F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 41.74%
G = 41.09%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0BD4F (or 0xC0BD4F) is known color: Celery. HEX triplet: C0, BD and 4F. RGB value is (192,189,79). Sum of RGB (Red+Green+Blue) = 192+189+79=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD4F is #3F42B0. Grayscale: #B1B1B1. Windows color (decimal): -4145841 or 5225920. OLE color: 5225920.

HSL color Cylindrical-coordinate representation of color #C0BD4F: hue angle of 58.41º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0BD4F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 79 -
CMYK 0 0.02 0.59 0.25
HSL 58.41º 0.47% 0.53% -
HSV(B) 58.41º 0.59% 0.75% -
XYZ 41.35 48.17 14.51 -
YUV 177.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 192 189 79 0 0.02 0.59 0.25 58.41 0.47 0.53
Hex C0 BD 4F 0 2 3B 19 3A 2F 35
Octal 300 275 117 0 2 73 31 72 57 65
Binary 11000000 10111101 1001111 0 10 111011 11001 111010 101111 110101

Color Harmonies of #C0BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD4F

Black with #C0BD4F

Text Example


Text Example

White with #C0BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD4F; }

 p { color: rgb(192,189,79); }

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

background-color css

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

 a { background-color: rgb(192,189,79); }

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

border-color css

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

 span { border-color: rgb(192,189,79); }

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