Html Css Color HEX #B1CA4A Celery

📋 copy color: '#B1CA4A'

red 177 ◦ green 202 ◦ blue 74

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

Shades of Celery #B1CA4A

Tints of Celery #B1CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 39.07%
G = 44.59%
B = 16.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B1CA4A (or 0xB1CA4A) is known color: Celery. HEX triplet: B1, CA and 4A. RGB value is (177,202,74). Sum of RGB (Red+Green+Blue) = 177+202+74=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA4A is #4E35B5. Grayscale: #B4B4B4. Windows color (decimal): -5125558 or 4901553. OLE color: 4901553.

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

Color convert

RGB 177 202 74 -
CMYK 0.12 0 0.63 0.21
HSL 71.72º 0.55% 0.54% -
HSV(B) 71.72º 0.63% 0.79% -
XYZ 40.49 52.08 14.4 -
YUV 179.93 68.22 125.91 -
System Red Green Blue C M Y K H S L
Decimal 177 202 74 0.12 0 0.63 0.21 71.72 0.55 0.54
Hex B1 CA 4A C 0 3F 15 48 37 36
Octal 261 312 112 14 0 77 25 110 67 66
Binary 10110001 11001010 1001010 1100 0 111111 10101 1001000 110111 110110

Color Harmonies of #B1CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA4A

Black with #B1CA4A

Text Example


Text Example

White with #B1CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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