Html Css Color HEX #B0C347 Celery

📋 copy color: '#B0C347'

red 176 ◦ green 195 ◦ blue 71

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

Shades of Celery #B0C347

Tints of Celery #B0C347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 39.82%
G = 44.12%
B = 16.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#B0C347 (or 0xB0C347) is known color: Celery. HEX triplet: B0, C3 and 47. RGB value is (176,195,71). Sum of RGB (Red+Green+Blue) = 176+195+71=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C347 is #4F3CB8. Grayscale: #AFAFAF. Windows color (decimal): -5192889 or 4703152. OLE color: 4703152.

HSL color Cylindrical-coordinate representation of color #B0C347: hue angle of 69.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0C347 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 71 -
CMYK 0.10 0 0.64 0.24
HSL 69.19º 0.51% 0.52% -
HSV(B) 69.19º 0.64% 0.76% -
XYZ 38.56 48.72 13.33 -
YUV 175.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 176 195 71 0.10 0 0.64 0.24 69.19 0.51 0.52
Hex B0 C3 47 A 0 40 18 45 33 34
Octal 260 303 107 12 0 100 30 105 63 64
Binary 10110000 11000011 1000111 1010 0 1000000 11000 1000101 110011 110100

Color Harmonies of #B0C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C347

Black with #B0C347

Text Example


Text Example

White with #B0C347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C347; }

 p { color: rgb(176,195,71); }

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

background-color css

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

 a { background-color: rgb(176,195,71); }

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

border-color css

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

 span { border-color: rgb(176,195,71); }

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