Html Css Color HEX #B1CA52 Celery

📋 copy color: '#B1CA52'

red 177 ◦ green 202 ◦ blue 82

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

Shades of Celery #B1CA52

Tints of Celery #B1CA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 38.39%
G = 43.82%
B = 17.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#B1CA52 (or 0xB1CA52) is known color: Celery. HEX triplet: B1, CA and 52. RGB value is (177,202,82). Sum of RGB (Red+Green+Blue) = 177+202+82=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA52 is #4E35AD. Grayscale: #B5B5B5. Windows color (decimal): -5125550 or 5425841. OLE color: 5425841.

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

Color convert

RGB 177 202 82 -
CMYK 0.12 0 0.59 0.21
HSL 72.5º 0.53% 0.56% -
HSV(B) 72.5º 0.59% 0.79% -
XYZ 40.77 52.2 15.91 -
YUV 180.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 177 202 82 0.12 0 0.59 0.21 72.5 0.53 0.56
Hex B1 CA 52 C 0 3B 15 48 35 38
Octal 261 312 122 14 0 73 25 110 65 70
Binary 10110001 11001010 1010010 1100 0 111011 10101 1001000 110101 111000

Color Harmonies of #B1CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA52

Black with #B1CA52

Text Example


Text Example

White with #B1CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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