Html Css Color HEX #C0BF3C Celery

📋 copy color: '#C0BF3C'

red 192 ◦ green 191 ◦ blue 60

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

Shades of Celery #C0BF3C

Tints of Celery #C0BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 43.34%
G = 43.12%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0BF3C (or 0xC0BF3C) is known color: Celery. HEX triplet: C0, BF and 3C. RGB value is (192,191,60). Sum of RGB (Red+Green+Blue) = 192+191+60=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF3C is #3F40C3. Grayscale: #B0B0B0. Windows color (decimal): -4145348 or 3981248. OLE color: 3981248.

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

Color convert

RGB 192 191 60 -
CMYK 0 0.01 0.69 0.25
HSL 59.55º 0.52% 0.49% -
HSV(B) 59.55º 0.69% 0.75% -
XYZ 41.18 48.79 11.52 -
YUV 176.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 192 191 60 0 0.01 0.69 0.25 59.55 0.52 0.49
Hex C0 BF 3C 0 1 45 19 3C 34 31
Octal 300 277 74 0 1 105 31 74 64 61
Binary 11000000 10111111 111100 0 1 1000101 11001 111100 110100 110001

Color Harmonies of #C0BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF3C

Black with #C0BF3C

Text Example


Text Example

White with #C0BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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