Html Css Color HEX #B9C346 Celery

📋 copy color: '#B9C346'

red 185 ◦ green 195 ◦ blue 70

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

Shades of Celery #B9C346

Tints of Celery #B9C346

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

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

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

R = 41.11%
G = 43.33%
B = 15.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#B9C346 (or 0xB9C346) is known color: Celery. HEX triplet: B9, C3 and 46. RGB value is (185,195,70). Sum of RGB (Red+Green+Blue) = 185+195+70=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C346 is #463CB9. Grayscale: #B2B2B2. Windows color (decimal): -4603066 or 4637625. OLE color: 4637625.

HSL color Cylindrical-coordinate representation of color #B9C346: hue angle of 64.8º 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 #B9C346 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 70 -
CMYK 0.05 0 0.64 0.24
HSL 64.8º 0.51% 0.52% -
HSV(B) 64.8º 0.64% 0.76% -
XYZ 40.63 49.79 13.26 -
YUV 177.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 185 195 70 0.05 0 0.64 0.24 64.8 0.51 0.52
Hex B9 C3 46 5 0 40 18 41 33 34
Octal 271 303 106 5 0 100 30 101 63 64
Binary 10111001 11000011 1000110 101 0 1000000 11000 1000001 110011 110100

Color Harmonies of #B9C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C346

Black with #B9C346

Text Example


Text Example

White with #B9C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C346; }

 p { color: rgb(185,195,70); }

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

background-color css

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

 a { background-color: rgb(185,195,70); }

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

border-color css

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

 span { border-color: rgb(185,195,70); }

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