Html Css Color HEX #B1CA3F Celery

📋 copy color: '#B1CA3F'

red 177 ◦ green 202 ◦ blue 63

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

Shades of Celery #B1CA3F

Tints of Celery #B1CA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 40.05%
G = 45.7%
B = 14.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#B1CA3F (or 0xB1CA3F) is known color: Celery. HEX triplet: B1, CA and 3F. RGB value is (177,202,63). Sum of RGB (Red+Green+Blue) = 177+202+63=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA3F is #4E35C0. Grayscale: #B3B3B3. Windows color (decimal): -5125569 or 4180657. OLE color: 4180657.

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

Color convert

RGB 177 202 63 -
CMYK 0.12 0 0.69 0.21
HSL 70.79º 0.57% 0.52% -
HSV(B) 70.79º 0.69% 0.79% -
XYZ 40.15 51.95 12.61 -
YUV 178.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 177 202 63 0.12 0 0.69 0.21 70.79 0.57 0.52
Hex B1 CA 3F C 0 45 15 47 39 34
Octal 261 312 77 14 0 105 25 107 71 64
Binary 10110001 11001010 111111 1100 0 1000101 10101 1000111 111001 110100

Color Harmonies of #B1CA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA3F

Black with #B1CA3F

Text Example


Text Example

White with #B1CA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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