Html Css Color HEX #B1B24A Celery

📋 copy color: '#B1B24A'

red 177 ◦ green 178 ◦ blue 74

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

Shades of Celery #B1B24A

Tints of Celery #B1B24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 41.26%
G = 41.49%
B = 17.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B1B24A (or 0xB1B24A) is known color: Celery. HEX triplet: B1, B2 and 4A. RGB value is (177,178,74). Sum of RGB (Red+Green+Blue) = 177+178+74=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B24A is #4E4DB5. Grayscale: #A6A6A6. Windows color (decimal): -5131702 or 4895409. OLE color: 4895409.

HSL color Cylindrical-coordinate representation of color #B1B24A: hue angle of 60.58º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1B24A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 74 -
CMYK 0.01 0 0.58 0.30
HSL 60.58º 0.41% 0.49% -
HSV(B) 60.58º 0.58% 0.7% -
XYZ 35.29 41.68 12.66 -
YUV 165.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 177 178 74 0.01 0 0.58 0.30 60.58 0.41 0.49
Hex B1 B2 4A 1 0 3A 1E 3D 29 31
Octal 261 262 112 1 0 72 36 75 51 61
Binary 10110001 10110010 1001010 1 0 111010 11110 111101 101001 110001

Color Harmonies of #B1B24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B24A

Black with #B1B24A

Text Example


Text Example

White with #B1B24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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