Html Css Color HEX #B0BA35 Celery

📋 copy color: '#B0BA35'

red 176 ◦ green 186 ◦ blue 53

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

Shades of Celery #B0BA35

Tints of Celery #B0BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 42.41%
G = 44.82%
B = 12.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B0BA35 (or 0xB0BA35) is known color: Celery. HEX triplet: B0, BA and 35. RGB value is (176,186,53). Sum of RGB (Red+Green+Blue) = 176+186+53=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA35 is #4F45CA. Grayscale: #A8A8A8. Windows color (decimal): -5195211 or 3521200. OLE color: 3521200.

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

Color convert

RGB 176 186 53 -
CMYK 0.05 0 0.72 0.27
HSL 64.51º 0.56% 0.47% -
HSV(B) 64.51º 0.72% 0.73% -
XYZ 36.11 44.6 10.07 -
YUV 167.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 176 186 53 0.05 0 0.72 0.27 64.51 0.56 0.47
Hex B0 BA 35 5 0 48 1B 41 38 2F
Octal 260 272 65 5 0 110 33 101 70 57
Binary 10110000 10111010 110101 101 0 1001000 11011 1000001 111000 101111

Color Harmonies of #B0BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA35

Black with #B0BA35

Text Example


Text Example

White with #B0BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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