Html Css Color HEX #B1CB4A Celery

📋 copy color: '#B1CB4A'

red 177 ◦ green 203 ◦ blue 74

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

Shades of Celery #B1CB4A

Tints of Celery #B1CB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

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

R = 38.99%
G = 44.71%
B = 16.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#B1CB4A (or 0xB1CB4A) is known color: Celery. HEX triplet: B1, CB and 4A. RGB value is (177,203,74). Sum of RGB (Red+Green+Blue) = 177+203+74=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CB4A is #4E34B5. Grayscale: #B5B5B5. Windows color (decimal): -5125302 or 4901809. OLE color: 4901809.

HSL color Cylindrical-coordinate representation of color #B1CB4A: hue angle of 72.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1CB4A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 203 74 -
CMYK 0.13 0 0.64 0.20
HSL 72.09º 0.55% 0.54% -
HSV(B) 72.09º 0.64% 0.8% -
XYZ 40.72 52.55 14.48 -
YUV 180.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 177 203 74 0.13 0 0.64 0.20 72.09 0.55 0.54
Hex B1 CB 4A D 0 40 14 48 37 36
Octal 261 313 112 15 0 100 24 110 67 66
Binary 10110001 11001011 1001010 1101 0 1000000 10100 1001000 110111 110110

Color Harmonies of #B1CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB4A

Black with #B1CB4A

Text Example


Text Example

White with #B1CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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