Html Css Color HEX #BEC94B Celery

📋 copy color: '#BEC94B'

red 190 ◦ green 201 ◦ blue 75

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

Shades of Celery #BEC94B

Tints of Celery #BEC94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.13%

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

R = 40.77%
G = 43.13%
B = 16.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#BEC94B (or 0xBEC94B) is known color: Celery. HEX triplet: BE, C9 and 4B. RGB value is (190,201,75). Sum of RGB (Red+Green+Blue) = 190+201+75=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC94B is #4136B4. Grayscale: #B7B7B7. Windows color (decimal): -4273845 or 4966846. OLE color: 4966846.

HSL color Cylindrical-coordinate representation of color #BEC94B: hue angle of 65.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC94B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 75 -
CMYK 0.05 0 0.63 0.21
HSL 65.24º 0.54% 0.54% -
HSV(B) 65.24º 0.63% 0.79% -
XYZ 43.39 53.23 14.64 -
YUV 183.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 190 201 75 0.05 0 0.63 0.21 65.24 0.54 0.54
Hex BE C9 4B 5 0 3F 15 41 36 36
Octal 276 311 113 5 0 77 25 101 66 66
Binary 10111110 11001001 1001011 101 0 111111 10101 1000001 110110 110110

Color Harmonies of #BEC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC94B

Black with #BEC94B

Text Example


Text Example

White with #BEC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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