Html Css Color HEX #B0BE4A Celery

📋 copy color: '#B0BE4A'

red 176 ◦ green 190 ◦ blue 74

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

Shades of Celery #B0BE4A

Tints of Celery #B0BE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 40%
G = 43.18%
B = 16.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#B0BE4A (or 0xB0BE4A) is known color: Celery. HEX triplet: B0, BE and 4A. RGB value is (176,190,74). Sum of RGB (Red+Green+Blue) = 176+190+74=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE4A is #4F41B5. Grayscale: #ADADAD. Windows color (decimal): -5194166 or 4898480. OLE color: 4898480.

HSL color Cylindrical-coordinate representation of color #B0BE4A: hue angle of 67.24º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0BE4A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 74 -
CMYK 0.07 0 0.61 0.25
HSL 67.24º 0.47% 0.52% -
HSV(B) 67.24º 0.61% 0.75% -
XYZ 37.55 46.55 13.48 -
YUV 172.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 176 190 74 0.07 0 0.61 0.25 67.24 0.47 0.52
Hex B0 BE 4A 7 0 3D 19 43 2F 34
Octal 260 276 112 7 0 75 31 103 57 64
Binary 10110000 10111110 1001010 111 0 111101 11001 1000011 101111 110100

Color Harmonies of #B0BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE4A

Black with #B0BE4A

Text Example


Text Example

White with #B0BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE4A; }

 p { color: rgb(176,190,74); }

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

background-color css

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

 a { background-color: rgb(176,190,74); }

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

border-color css

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

 span { border-color: rgb(176,190,74); }

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