Html Css Color HEX #C6BF4F Celery

📋 copy color: '#C6BF4F'

red 198 ◦ green 191 ◦ blue 79

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

Shades of Celery #C6BF4F

Tints of Celery #C6BF4F

RGB

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

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

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

R = 42.31%
G = 40.81%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6BF4F (or 0xC6BF4F) is known color: Celery. HEX triplet: C6, BF and 4F. RGB value is (198,191,79). Sum of RGB (Red+Green+Blue) = 198+191+79=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF4F is #3940B0. Grayscale: #B4B4B4. Windows color (decimal): -3752113 or 5226438. OLE color: 5226438.

HSL color Cylindrical-coordinate representation of color #C6BF4F: hue angle of 56.47º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6BF4F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 191 79 -
CMYK 0 0.04 0.60 0.22
HSL 56.47º 0.51% 0.54% -
HSV(B) 56.47º 0.6% 0.78% -
XYZ 43.33 49.83 14.73 -
YUV 180.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 198 191 79 0 0.04 0.60 0.22 56.47 0.51 0.54
Hex C6 BF 4F 0 4 3C 16 38 33 36
Octal 306 277 117 0 4 74 26 70 63 66
Binary 11000110 10111111 1001111 0 100 111100 10110 111000 110011 110110

Color Harmonies of #C6BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF4F

Black with #C6BF4F

Text Example


Text Example

White with #C6BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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