Html Css Color HEX #C0BD48 Celery

📋 copy color: '#C0BD48'

red 192 ◦ green 189 ◦ blue 72

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

Shades of Celery #C0BD48

Tints of Celery #C0BD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.89%

R = 42.38%
G = 41.72%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0BD48 (or 0xC0BD48) is known color: Celery. HEX triplet: C0, BD and 48. RGB value is (192,189,72). Sum of RGB (Red+Green+Blue) = 192+189+72=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD48 is #3F42B7. Grayscale: #B1B1B1. Windows color (decimal): -4145848 or 4767168. OLE color: 4767168.

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

Color convert

RGB 192 189 72 -
CMYK 0 0.02 0.63 0.25
HSL 58.5º 0.49% 0.52% -
HSV(B) 58.5º 0.63% 0.75% -
XYZ 41.11 48.07 13.24 -
YUV 176.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 192 189 72 0 0.02 0.63 0.25 58.5 0.49 0.52
Hex C0 BD 48 0 2 3F 19 3A 31 34
Octal 300 275 110 0 2 77 31 72 61 64
Binary 11000000 10111101 1001000 0 10 111111 11001 111010 110001 110100

Color Harmonies of #C0BD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD48

Black with #C0BD48

Text Example


Text Example

White with #C0BD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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