Html Css Color HEX #C2BE4B Celery

📋 copy color: '#C2BE4B'

red 194 ◦ green 190 ◦ blue 75

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

Shades of Celery #C2BE4B

Tints of Celery #C2BE4B

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 42.27%
G = 41.39%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2BE4B (or 0xC2BE4B) is known color: Celery. HEX triplet: C2, BE and 4B. RGB value is (194,190,75). Sum of RGB (Red+Green+Blue) = 194+190+75=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE4B is #3D41B4. Grayscale: #B2B2B2. Windows color (decimal): -4014517 or 4964034. OLE color: 4964034.

HSL color Cylindrical-coordinate representation of color #C2BE4B: hue angle of 57.98º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BE4B is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 75 -
CMYK 0 0.02 0.61 0.24
HSL 57.98º 0.49% 0.53% -
HSV(B) 57.98º 0.61% 0.76% -
XYZ 41.93 48.8 13.87 -
YUV 178.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 194 190 75 0 0.02 0.61 0.24 57.98 0.49 0.53
Hex C2 BE 4B 0 2 3D 18 3A 31 35
Octal 302 276 113 0 2 75 30 72 61 65
Binary 11000010 10111110 1001011 0 10 111101 11000 111010 110001 110101

Color Harmonies of #C2BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE4B

Black with #C2BE4B

Text Example


Text Example

White with #C2BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE4B; }

 p { color: rgb(194,190,75); }

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

background-color css

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

 a { background-color: rgb(194,190,75); }

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

border-color css

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

 span { border-color: rgb(194,190,75); }

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