Html Css Color HEX #C0BD40 Celery

📋 copy color: '#C0BD40'

red 192 ◦ green 189 ◦ blue 64

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

Shades of Celery #C0BD40

Tints of Celery #C0BD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 43.15%
G = 42.47%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0BD40 (or 0xC0BD40) is known color: Celery. HEX triplet: C0, BD and 40. RGB value is (192,189,64). Sum of RGB (Red+Green+Blue) = 192+189+64=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD40 is #3F42BF. Grayscale: #B0B0B0. Windows color (decimal): -4145856 or 4242880. OLE color: 4242880.

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

Color convert

RGB 192 189 64 -
CMYK 0 0.02 0.67 0.25
HSL 58.59º 0.5% 0.5% -
HSV(B) 58.59º 0.67% 0.75% -
XYZ 40.86 47.97 11.96 -
YUV 175.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 192 189 64 0 0.02 0.67 0.25 58.59 0.5 0.5
Hex C0 BD 40 0 2 43 19 3B 32 32
Octal 300 275 100 0 2 103 31 73 62 62
Binary 11000000 10111101 1000000 0 10 1000011 11001 111011 110010 110010

Color Harmonies of #C0BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD40

Black with #C0BD40

Text Example


Text Example

White with #C0BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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