Html Css Color HEX #C0B94B Celery

📋 copy color: '#C0B94B'

red 192 ◦ green 185 ◦ blue 75

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

Shades of Celery #C0B94B

Tints of Celery #C0B94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 75 (29.69% from 255) = 16.59%

R = 42.48%
G = 40.93%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0B94B (or 0xC0B94B) is known color: Celery. HEX triplet: C0, B9 and 4B. RGB value is (192,185,75). Sum of RGB (Red+Green+Blue) = 192+185+75=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B94B is #3F46B4. Grayscale: #AFAFAF. Windows color (decimal): -4146869 or 4962752. OLE color: 4962752.

HSL color Cylindrical-coordinate representation of color #C0B94B: hue angle of 56.41º 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 #C0B94B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 75 -
CMYK 0 0.04 0.61 0.25
HSL 56.41º 0.48% 0.52% -
HSV(B) 56.41º 0.61% 0.75% -
XYZ 40.36 46.41 13.49 -
YUV 174.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 192 185 75 0 0.04 0.61 0.25 56.41 0.48 0.52
Hex C0 B9 4B 0 4 3D 19 38 30 34
Octal 300 271 113 0 4 75 31 70 60 64
Binary 11000000 10111001 1001011 0 100 111101 11001 111000 110000 110100

Color Harmonies of #C0B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B94B

Black with #C0B94B

Text Example


Text Example

White with #C0B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B94B; }

 p { color: rgb(192,185,75); }

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

background-color css

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

 a { background-color: rgb(192,185,75); }

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

border-color css

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

 span { border-color: rgb(192,185,75); }

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