Html Css Color HEX #B0BA3D Celery

📋 copy color: '#B0BA3D'

red 176 ◦ green 186 ◦ blue 61

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

Shades of Celery #B0BA3D

Tints of Celery #B0BA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 41.61%
G = 43.97%
B = 14.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B0BA3D (or 0xB0BA3D) is known color: Celery. HEX triplet: B0, BA and 3D. RGB value is (176,186,61). Sum of RGB (Red+Green+Blue) = 176+186+61=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA3D is #4F45C2. Grayscale: #A9A9A9. Windows color (decimal): -5195203 or 4045488. OLE color: 4045488.

HSL color Cylindrical-coordinate representation of color #B0BA3D: hue angle of 64.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0BA3D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 61 -
CMYK 0.05 0 0.67 0.27
HSL 64.8º 0.51% 0.48% -
HSV(B) 64.8º 0.67% 0.73% -
XYZ 36.31 44.68 11.13 -
YUV 168.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 176 186 61 0.05 0 0.67 0.27 64.8 0.51 0.48
Hex B0 BA 3D 5 0 43 1B 41 33 30
Octal 260 272 75 5 0 103 33 101 63 60
Binary 10110000 10111010 111101 101 0 1000011 11011 1000001 110011 110000

Color Harmonies of #B0BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA3D

Black with #B0BA3D

Text Example


Text Example

White with #B0BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA3D; }

 p { color: rgb(176,186,61); }

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

background-color css

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

 a { background-color: rgb(176,186,61); }

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

border-color css

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

 span { border-color: rgb(176,186,61); }

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