Html Css Color HEX #C0BF4A Celery

📋 copy color: '#C0BF4A'

red 192 ◦ green 191 ◦ blue 74

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

Shades of Celery #C0BF4A

Tints of Celery #C0BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 42.01%
G = 41.79%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0BF4A (or 0xC0BF4A) is known color: Celery. HEX triplet: C0, BF and 4A. RGB value is (192,191,74). Sum of RGB (Red+Green+Blue) = 192+191+74=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF4A is #3F40B5. Grayscale: #B2B2B2. Windows color (decimal): -4145334 or 4898752. OLE color: 4898752.

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

Color convert

RGB 192 191 74 -
CMYK 0 0.01 0.61 0.25
HSL 59.49º 0.48% 0.52% -
HSV(B) 59.49º 0.61% 0.75% -
XYZ 41.61 48.96 13.74 -
YUV 177.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 192 191 74 0 0.01 0.61 0.25 59.49 0.48 0.52
Hex C0 BF 4A 0 1 3D 19 3B 30 34
Octal 300 277 112 0 1 75 31 73 60 64
Binary 11000000 10111111 1001010 0 1 111101 11001 111011 110000 110100

Color Harmonies of #C0BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF4A

Black with #C0BF4A

Text Example


Text Example

White with #C0BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF4A; }

 p { color: rgb(192,191,74); }

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

background-color css

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

 a { background-color: rgb(192,191,74); }

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

border-color css

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

 span { border-color: rgb(192,191,74); }

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