Html Css Color HEX #C0BD4A Celery

📋 copy color: '#C0BD4A'

red 192 ◦ green 189 ◦ blue 74

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

Shades of Celery #C0BD4A

Tints of Celery #C0BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.26%

R = 42.2%
G = 41.54%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0BD4A (or 0xC0BD4A) is known color: Celery. HEX triplet: C0, BD and 4A. RGB value is (192,189,74). Sum of RGB (Red+Green+Blue) = 192+189+74=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD4A is #3F42B5. Grayscale: #B1B1B1. Windows color (decimal): -4145846 or 4898240. OLE color: 4898240.

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

Color convert

RGB 192 189 74 -
CMYK 0 0.02 0.61 0.25
HSL 58.47º 0.48% 0.52% -
HSV(B) 58.47º 0.61% 0.75% -
XYZ 41.17 48.1 13.59 -
YUV 176.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 192 189 74 0 0.02 0.61 0.25 58.47 0.48 0.52
Hex C0 BD 4A 0 2 3D 19 3A 30 34
Octal 300 275 112 0 2 75 31 72 60 64
Binary 11000000 10111101 1001010 0 10 111101 11001 111010 110000 110100

Color Harmonies of #C0BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD4A

Black with #C0BD4A

Text Example


Text Example

White with #C0BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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