Html Css Color HEX #C6C04B Celery

📋 copy color: '#C6C04B'

red 198 ◦ green 192 ◦ blue 75

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

Shades of Celery #C6C04B

Tints of Celery #C6C04B

RGB

 RED value IS 198 (77.73% from 255) = 42.58%

 GREEN value IS 192 (75.39% from 255) = 41.29%

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

R = 42.58%
G = 41.29%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6C04B (or 0xC6C04B) is known color: Celery. HEX triplet: C6, C0 and 4B. RGB value is (198,192,75). Sum of RGB (Red+Green+Blue) = 198+192+75=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C04B is #393FB4. Grayscale: #B4B4B4. Windows color (decimal): -3751861 or 4964550. OLE color: 4964550.

HSL color Cylindrical-coordinate representation of color #C6C04B: hue angle of 57.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C04B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 75 -
CMYK 0 0.03 0.62 0.22
HSL 57.07º 0.52% 0.54% -
HSV(B) 57.07º 0.62% 0.78% -
XYZ 43.41 50.21 14.06 -
YUV 180.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 198 192 75 0 0.03 0.62 0.22 57.07 0.52 0.54
Hex C6 C0 4B 0 3 3E 16 39 34 36
Octal 306 300 113 0 3 76 26 71 64 66
Binary 11000110 11000000 1001011 0 11 111110 10110 111001 110100 110110

Color Harmonies of #C6C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C04B

Black with #C6C04B

Text Example


Text Example

White with #C6C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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