Html Css Color HEX #C5BF4B Celery

📋 copy color: '#C5BF4B'

red 197 ◦ green 191 ◦ blue 75

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

Shades of Celery #C5BF4B

Tints of Celery #C5BF4B

RGB

 RED value IS 197 (77.34% from 255) = 42.55%

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

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

R = 42.55%
G = 41.25%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5BF4B (or 0xC5BF4B) is known color: Celery. HEX triplet: C5, BF and 4B. RGB value is (197,191,75). Sum of RGB (Red+Green+Blue) = 197+191+75=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF4B is #3A40B4. Grayscale: #B4B4B4. Windows color (decimal): -3817653 or 4964293. OLE color: 4964293.

HSL color Cylindrical-coordinate representation of color #C5BF4B: hue angle of 57.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BF4B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 75 -
CMYK 0 0.03 0.62 0.23
HSL 57.05º 0.51% 0.53% -
HSV(B) 57.05º 0.62% 0.77% -
XYZ 42.93 49.64 13.98 -
YUV 179.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 197 191 75 0 0.03 0.62 0.23 57.05 0.51 0.53
Hex C5 BF 4B 0 3 3E 17 39 33 35
Octal 305 277 113 0 3 76 27 71 63 65
Binary 11000101 10111111 1001011 0 11 111110 10111 111001 110011 110101

Color Harmonies of #C5BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF4B

Black with #C5BF4B

Text Example


Text Example

White with #C5BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF4B; }

 p { color: rgb(197,191,75); }

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

background-color css

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

 a { background-color: rgb(197,191,75); }

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

border-color css

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

 span { border-color: rgb(197,191,75); }

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