Html Css Color HEX #C0BF4F Celery

📋 copy color: '#C0BF4F'

red 192 ◦ green 191 ◦ blue 79

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

Shades of Celery #C0BF4F

Tints of Celery #C0BF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.1%

R = 41.56%
G = 41.34%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0BF4F (or 0xC0BF4F) is known color: Celery. HEX triplet: C0, BF and 4F. RGB value is (192,191,79). Sum of RGB (Red+Green+Blue) = 192+191+79=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF4F is #3F40B0. Grayscale: #B2B2B2. Windows color (decimal): -4145329 or 5226432. OLE color: 5226432.

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

Color convert

RGB 192 191 79 -
CMYK 0 0.01 0.59 0.25
HSL 59.47º 0.47% 0.53% -
HSV(B) 59.47º 0.59% 0.75% -
XYZ 41.78 49.03 14.66 -
YUV 178.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 192 191 79 0 0.01 0.59 0.25 59.47 0.47 0.53
Hex C0 BF 4F 0 1 3B 19 3B 2F 35
Octal 300 277 117 0 1 73 31 73 57 65
Binary 11000000 10111111 1001111 0 1 111011 11001 111011 101111 110101

Color Harmonies of #C0BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF4F

Black with #C0BF4F

Text Example


Text Example

White with #C0BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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