Html Css Color HEX #B0CA46 Celery

📋 copy color: '#B0CA46'

red 176 ◦ green 202 ◦ blue 70

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

Shades of Celery #B0CA46

Tints of Celery #B0CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 39.29%
G = 45.09%
B = 15.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#B0CA46 (or 0xB0CA46) is known color: Celery. HEX triplet: B0, CA and 46. RGB value is (176,202,70). Sum of RGB (Red+Green+Blue) = 176+202+70=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA46 is #4F35B9. Grayscale: #B3B3B3. Windows color (decimal): -5191098 or 4639408. OLE color: 4639408.

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

Color convert

RGB 176 202 70 -
CMYK 0.13 0 0.65 0.21
HSL 71.82º 0.55% 0.53% -
HSV(B) 71.82º 0.65% 0.79% -
XYZ 40.13 51.91 13.7 -
YUV 179.18 66.39 125.73 -
System Red Green Blue C M Y K H S L
Decimal 176 202 70 0.13 0 0.65 0.21 71.82 0.55 0.53
Hex B0 CA 46 D 0 41 15 48 37 35
Octal 260 312 106 15 0 101 25 110 67 65
Binary 10110000 11001010 1000110 1101 0 1000001 10101 1001000 110111 110101

Color Harmonies of #B0CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA46

Black with #B0CA46

Text Example


Text Example

White with #B0CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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