Html Css Color HEX #B1CC4A Celery

📋 copy color: '#B1CC4A'

red 177 ◦ green 204 ◦ blue 74

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

Shades of Celery #B1CC4A

Tints of Celery #B1CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 38.9%
G = 44.84%
B = 16.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#B1CC4A (or 0xB1CC4A) is known color: Celery. HEX triplet: B1, CC and 4A. RGB value is (177,204,74). Sum of RGB (Red+Green+Blue) = 177+204+74=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC4A is #4E33B5. Grayscale: #B5B5B5. Windows color (decimal): -5125046 or 4902065. OLE color: 4902065.

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

Color convert

RGB 177 204 74 -
CMYK 0.13 0 0.64 0.2
HSL 72.46º 0.56% 0.55% -
HSV(B) 72.46º 0.64% 0.8% -
XYZ 40.96 53.03 14.56 -
YUV 181.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 177 204 74 0.13 0 0.64 0.2 72.46 0.56 0.55
Hex B1 CC 4A D 0 40 14 48 38 37
Octal 261 314 112 15 0 100 24 110 70 67
Binary 10110001 11001100 1001010 1101 0 1000000 10100 1001000 111000 110111

Color Harmonies of #B1CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC4A

Black with #B1CC4A

Text Example


Text Example

White with #B1CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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