Html Css Color HEX #B0BC34 Celery

📋 copy color: '#B0BC34'

red 176 ◦ green 188 ◦ blue 52

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

Shades of Celery #B0BC34

Tints of Celery #B0BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

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

R = 42.31%
G = 45.19%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B0BC34 (or 0xB0BC34) is known color: Celery. HEX triplet: B0, BC and 34. RGB value is (176,188,52). Sum of RGB (Red+Green+Blue) = 176+188+52=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC34 is #4F43CB. Grayscale: #A9A9A9. Windows color (decimal): -5194700 or 3456176. OLE color: 3456176.

HSL color Cylindrical-coordinate representation of color #B0BC34: hue angle of 65.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0BC34 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 52 -
CMYK 0.06 0 0.72 0.26
HSL 65.29º 0.57% 0.47% -
HSV(B) 65.29º 0.72% 0.74% -
XYZ 36.51 45.44 10.1 -
YUV 168.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 176 188 52 0.06 0 0.72 0.26 65.29 0.57 0.47
Hex B0 BC 34 6 0 48 1A 41 39 2F
Octal 260 274 64 6 0 110 32 101 71 57
Binary 10110000 10111100 110100 110 0 1001000 11010 1000001 111001 101111

Color Harmonies of #B0BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC34

Black with #B0BC34

Text Example


Text Example

White with #B0BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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