Html Css Color HEX #B0CA3C Celery

📋 copy color: '#B0CA3C'

red 176 ◦ green 202 ◦ blue 60

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

Shades of Celery #B0CA3C

Tints of Celery #B0CA3C

RGB

 RED value IS 176 (69.14% from 255) = 40.18%

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

 BLUE value IS 60 (23.83% from 255) = 13.7%

R = 40.18%
G = 46.12%
B = 13.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#B0CA3C (or 0xB0CA3C) is known color: Celery. HEX triplet: B0, CA and 3C. RGB value is (176,202,60). Sum of RGB (Red+Green+Blue) = 176+202+60=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA3C is #4F35C3. Grayscale: #B2B2B2. Windows color (decimal): -5191108 or 3984048. OLE color: 3984048.

HSL color Cylindrical-coordinate representation of color #B0CA3C: hue angle of 70.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0CA3C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 60 -
CMYK 0.13 0 0.70 0.21
HSL 70.99º 0.57% 0.51% -
HSV(B) 70.99º 0.7% 0.79% -
XYZ 39.84 51.8 12.17 -
YUV 178.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 176 202 60 0.13 0 0.70 0.21 70.99 0.57 0.51
Hex B0 CA 3C D 0 46 15 47 39 33
Octal 260 312 74 15 0 106 25 107 71 63
Binary 10110000 11001010 111100 1101 0 1000110 10101 1000111 111001 110011

Color Harmonies of #B0CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA3C

Black with #B0CA3C

Text Example


Text Example

White with #B0CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA3C; }

 p { color: rgb(176,202,60); }

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

background-color css

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

 a { background-color: rgb(176,202,60); }

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

border-color css

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

 span { border-color: rgb(176,202,60); }

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