Html Css Color HEX #BEC04B Celery

📋 copy color: '#BEC04B'

red 190 ◦ green 192 ◦ blue 75

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

Shades of Celery #BEC04B

Tints of Celery #BEC04B

RGB

 RED value IS 190 (74.61% from 255) = 41.58%

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 75 (29.69% from 255) = 16.41%

R = 41.58%
G = 42.01%
B = 16.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEC04B (or 0xBEC04B) is known color: Celery. HEX triplet: BE, C0 and 4B. RGB value is (190,192,75). Sum of RGB (Red+Green+Blue) = 190+192+75=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC04B is #413FB4. Grayscale: #B2B2B2. Windows color (decimal): -4276149 or 4964542. OLE color: 4964542.

HSL color Cylindrical-coordinate representation of color #BEC04B: hue angle of 61.03º degrees, saturation: 0.48, 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 #BEC04B is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 75 -
CMYK 0.01 0 0.61 0.25
HSL 61.03º 0.48% 0.52% -
HSV(B) 61.03º 0.61% 0.75% -
XYZ 41.35 49.15 13.96 -
YUV 178.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 190 192 75 0.01 0 0.61 0.25 61.03 0.48 0.52
Hex BE C0 4B 1 0 3D 19 3D 30 34
Octal 276 300 113 1 0 75 31 75 60 64
Binary 10111110 11000000 1001011 1 0 111101 11001 111101 110000 110100

Color Harmonies of #BEC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC04B

Black with #BEC04B

Text Example


Text Example

White with #BEC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC04B; }

 p { color: rgb(190,192,75); }

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

background-color css

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

 a { background-color: rgb(190,192,75); }

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

border-color css

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

 span { border-color: rgb(190,192,75); }

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