Html Css Color HEX #B1CA4B Celery

📋 copy color: '#B1CA4B'

red 177 ◦ green 202 ◦ blue 75

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

Shades of Celery #B1CA4B

Tints of Celery #B1CA4B

RGB

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

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

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

R = 38.99%
G = 44.49%
B = 16.52%

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

#B1CA4B (or 0xB1CA4B) is known color: Celery. HEX triplet: B1, CA and 4B. RGB value is (177,202,75). Sum of RGB (Red+Green+Blue) = 177+202+75=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA4B is #4E35B4. Grayscale: #B4B4B4. Windows color (decimal): -5125557 or 4967089. OLE color: 4967089.

HSL color Cylindrical-coordinate representation of color #B1CA4B: hue angle of 71.81º 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 #B1CA4B is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 75 -
CMYK 0.12 0 0.63 0.21
HSL 71.81º 0.55% 0.54% -
HSV(B) 71.81º 0.63% 0.79% -
XYZ 40.52 52.1 14.58 -
YUV 180.05 68.72 125.83 -
System Red Green Blue C M Y K H S L
Decimal 177 202 75 0.12 0 0.63 0.21 71.81 0.55 0.54
Hex B1 CA 4B C 0 3F 15 48 37 36
Octal 261 312 113 14 0 77 25 110 67 66
Binary 10110001 11001010 1001011 1100 0 111111 10101 1001000 110111 110110

Color Harmonies of #B1CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA4B

Black with #B1CA4B

Text Example


Text Example

White with #B1CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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