Html Css Color HEX #B1CA40 Celery

📋 copy color: '#B1CA40'

red 177 ◦ green 202 ◦ blue 64

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

Shades of Celery #B1CA40

Tints of Celery #B1CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 39.95%
G = 45.6%
B = 14.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#B1CA40 (or 0xB1CA40) is known color: Celery. HEX triplet: B1, CA and 40. RGB value is (177,202,64). Sum of RGB (Red+Green+Blue) = 177+202+64=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA40 is #4E35BF. Grayscale: #B3B3B3. Windows color (decimal): -5125568 or 4246193. OLE color: 4246193.

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

Color convert

RGB 177 202 64 -
CMYK 0.12 0 0.68 0.21
HSL 70.87º 0.57% 0.52% -
HSV(B) 70.87º 0.68% 0.79% -
XYZ 40.18 51.96 12.76 -
YUV 178.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 177 202 64 0.12 0 0.68 0.21 70.87 0.57 0.52
Hex B1 CA 40 C 0 44 15 47 39 34
Octal 261 312 100 14 0 104 25 107 71 64
Binary 10110001 11001010 1000000 1100 0 1000100 10101 1000111 111001 110100

Color Harmonies of #B1CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA40

Black with #B1CA40

Text Example


Text Example

White with #B1CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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