Html Css Color HEX #C0BD52 Celery

📋 copy color: '#C0BD52'

red 192 ◦ green 189 ◦ blue 82

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

Shades of Celery #C0BD52

Tints of Celery #C0BD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.71%

R = 41.47%
G = 40.82%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C0BD52 (or 0xC0BD52) is known color: Celery. HEX triplet: C0, BD and 52. RGB value is (192,189,82). Sum of RGB (Red+Green+Blue) = 192+189+82=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD52 is #3F42AD. Grayscale: #B2B2B2. Windows color (decimal): -4145838 or 5422528. OLE color: 5422528.

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

Color convert

RGB 192 189 82 -
CMYK 0 0.02 0.57 0.25
HSL 58.36º 0.47% 0.54% -
HSV(B) 58.36º 0.57% 0.75% -
XYZ 41.46 48.21 15.1 -
YUV 177.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 192 189 82 0 0.02 0.57 0.25 58.36 0.47 0.54
Hex C0 BD 52 0 2 39 19 3A 2F 36
Octal 300 275 122 0 2 71 31 72 57 66
Binary 11000000 10111101 1010010 0 10 111001 11001 111010 101111 110110

Color Harmonies of #C0BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD52

Black with #C0BD52

Text Example


Text Example

White with #C0BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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