Html Css Color HEX #B0B935 Celery

📋 copy color: '#B0B935'

red 176 ◦ green 185 ◦ blue 53

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

Shades of Celery #B0B935

Tints of Celery #B0B935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

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

R = 42.51%
G = 44.69%
B = 12.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B0B935 (or 0xB0B935) is known color: Celery. HEX triplet: B0, B9 and 35. RGB value is (176,185,53). Sum of RGB (Red+Green+Blue) = 176+185+53=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B935 is #4F46CA. Grayscale: #A7A7A7. Windows color (decimal): -5195467 or 3520944. OLE color: 3520944.

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

Color convert

RGB 176 185 53 -
CMYK 0.05 0 0.71 0.27
HSL 64.09º 0.55% 0.47% -
HSV(B) 64.09º 0.71% 0.73% -
XYZ 35.9 44.19 10 -
YUV 167.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 176 185 53 0.05 0 0.71 0.27 64.09 0.55 0.47
Hex B0 B9 35 5 0 47 1B 40 37 2F
Octal 260 271 65 5 0 107 33 100 67 57
Binary 10110000 10111001 110101 101 0 1000111 11011 1000000 110111 101111

Color Harmonies of #B0B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B935

Black with #B0B935

Text Example


Text Example

White with #B0B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B935; }

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

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

background-color css

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

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

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

border-color css

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

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

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