Html Css Color HEX #B1CA4C Celery

📋 copy color: '#B1CA4C'

red 177 ◦ green 202 ◦ blue 76

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

Shades of Celery #B1CA4C

Tints of Celery #B1CA4C

RGB

 RED value IS 177 (69.53% from 255) = 38.9%

 GREEN value IS 202 (79.3% from 255) = 44.4%

 BLUE value IS 76 (30.08% from 255) = 16.7%

R = 38.9%
G = 44.4%
B = 16.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#B1CA4C (or 0xB1CA4C) is known color: Celery. HEX triplet: B1, CA and 4C. RGB value is (177,202,76). Sum of RGB (Red+Green+Blue) = 177+202+76=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA4C is #4E35B3. Grayscale: #B4B4B4. Windows color (decimal): -5125556 or 5032625. OLE color: 5032625.

HSL color Cylindrical-coordinate representation of color #B1CA4C: hue angle of 71.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1CA4C is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 76 -
CMYK 0.12 0 0.62 0.21
HSL 71.9º 0.54% 0.55% -
HSV(B) 71.9º 0.62% 0.79% -
XYZ 40.56 52.11 14.76 -
YUV 180.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 177 202 76 0.12 0 0.62 0.21 71.9 0.54 0.55
Hex B1 CA 4C C 0 3E 15 48 36 37
Octal 261 312 114 14 0 76 25 110 66 67
Binary 10110001 11001010 1001100 1100 0 111110 10101 1001000 110110 110111

Color Harmonies of #B1CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA4C

Black with #B1CA4C

Text Example


Text Example

White with #B1CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA4C; }

 p { color: rgb(177,202,76); }

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

background-color css

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

 a { background-color: rgb(177,202,76); }

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

border-color css

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

 span { border-color: rgb(177,202,76); }

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