Html Css Color HEX #B0C235 Celery

📋 copy color: '#B0C235'

red 176 ◦ green 194 ◦ blue 53

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

Shades of Celery #B0C235

Tints of Celery #B0C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 41.61%
G = 45.86%
B = 12.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B0C235 (or 0xB0C235) is known color: Celery. HEX triplet: B0, C2 and 35. RGB value is (176,194,53). Sum of RGB (Red+Green+Blue) = 176+194+53=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C235 is #4F3DCA. Grayscale: #ADADAD. Windows color (decimal): -5193163 or 3523248. OLE color: 3523248.

HSL color Cylindrical-coordinate representation of color #B0C235: hue angle of 67.66º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0C235 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 53 -
CMYK 0.09 0 0.73 0.24
HSL 67.66º 0.57% 0.48% -
HSV(B) 67.66º 0.73% 0.76% -
XYZ 37.84 48.07 10.65 -
YUV 172.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 176 194 53 0.09 0 0.73 0.24 67.66 0.57 0.48
Hex B0 C2 35 9 0 49 18 44 39 30
Octal 260 302 65 11 0 111 30 104 71 60
Binary 10110000 11000010 110101 1001 0 1001001 11000 1000100 111001 110000

Color Harmonies of #B0C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C235

Black with #B0C235

Text Example


Text Example

White with #B0C235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C235; }

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

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

background-color css

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

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

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

border-color css

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

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

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