Html Css Color HEX #C0BA4D Celery

📋 copy color: '#C0BA4D'

red 192 ◦ green 186 ◦ blue 77

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

Shades of Celery #C0BA4D

Tints of Celery #C0BA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 77 (30.47% from 255) = 16.92%

R = 42.2%
G = 40.88%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0BA4D (or 0xC0BA4D) is known color: Celery. HEX triplet: C0, BA and 4D. RGB value is (192,186,77). Sum of RGB (Red+Green+Blue) = 192+186+77=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA4D is #3F45B2. Grayscale: #AFAFAF. Windows color (decimal): -4146611 or 5094080. OLE color: 5094080.

HSL color Cylindrical-coordinate representation of color #C0BA4D: hue angle of 56.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0BA4D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 77 -
CMYK 0 0.03 0.60 0.25
HSL 56.87º 0.48% 0.53% -
HSV(B) 56.87º 0.6% 0.75% -
XYZ 40.64 46.86 13.92 -
YUV 175.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 192 186 77 0 0.03 0.60 0.25 56.87 0.48 0.53
Hex C0 BA 4D 0 3 3C 19 39 30 35
Octal 300 272 115 0 3 74 31 71 60 65
Binary 11000000 10111010 1001101 0 11 111100 11001 111001 110000 110101

Color Harmonies of #C0BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA4D

Black with #C0BA4D

Text Example


Text Example

White with #C0BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA4D; }

 p { color: rgb(192,186,77); }

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

background-color css

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

 a { background-color: rgb(192,186,77); }

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

border-color css

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

 span { border-color: rgb(192,186,77); }

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