Html Css Color HEX #BECB40 Celery

📋 copy color: '#BECB40'

red 190 ◦ green 203 ◦ blue 64

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

Shades of Celery #BECB40

Tints of Celery #BECB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 41.58%
G = 44.42%
B = 14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BECB40 (or 0xBECB40) is known color: Celery. HEX triplet: BE, CB and 40. RGB value is (190,203,64). Sum of RGB (Red+Green+Blue) = 190+203+64=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB40 is #4134BF. Grayscale: #B7B7B7. Windows color (decimal): -4273344 or 4246462. OLE color: 4246462.

HSL color Cylindrical-coordinate representation of color #BECB40: hue angle of 65.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BECB40 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 64 -
CMYK 0.06 0 0.68 0.20
HSL 65.61º 0.57% 0.52% -
HSV(B) 65.61º 0.68% 0.8% -
XYZ 43.52 54.03 12.99 -
YUV 183.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 190 203 64 0.06 0 0.68 0.20 65.61 0.57 0.52
Hex BE CB 40 6 0 44 14 42 39 34
Octal 276 313 100 6 0 104 24 102 71 64
Binary 10111110 11001011 1000000 110 0 1000100 10100 1000010 111001 110100

Color Harmonies of #BECB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB40

Black with #BECB40

Text Example


Text Example

White with #BECB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB40; }

 p { color: rgb(190,203,64); }

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

background-color css

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

 a { background-color: rgb(190,203,64); }

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

border-color css

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

 span { border-color: rgb(190,203,64); }

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