Html Css Color HEX #B0C234 Celery

📋 copy color: '#B0C234'

red 176 ◦ green 194 ◦ blue 52

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

Shades of Celery #B0C234

Tints of Celery #B0C234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 41.71%
G = 45.97%
B = 12.32%

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

#B0C234 (or 0xB0C234) is known color: Celery. HEX triplet: B0, C2 and 34. RGB value is (176,194,52). Sum of RGB (Red+Green+Blue) = 176+194+52=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C234 is #4F3DCB. Grayscale: #ACACAC. Windows color (decimal): -5193164 or 3457712. OLE color: 3457712.

HSL color Cylindrical-coordinate representation of color #B0C234: hue angle of 67.61º degrees, saturation: 0.58, 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 #B0C234 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 52 -
CMYK 0.09 0 0.73 0.24
HSL 67.61º 0.58% 0.48% -
HSV(B) 67.61º 0.73% 0.76% -
XYZ 37.82 48.06 10.53 -
YUV 172.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 176 194 52 0.09 0 0.73 0.24 67.61 0.58 0.48
Hex B0 C2 34 9 0 49 18 44 3A 30
Octal 260 302 64 11 0 111 30 104 72 60
Binary 10110000 11000010 110100 1001 0 1001001 11000 1000100 111010 110000

Color Harmonies of #B0C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C234

Black with #B0C234

Text Example


Text Example

White with #B0C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C234; }

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

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

background-color css

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

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

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

border-color css

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

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

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