Html Css Color HEX #BECB42 Celery

📋 copy color: '#BECB42'

red 190 ◦ green 203 ◦ blue 66

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

Shades of Celery #BECB42

Tints of Celery #BECB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 41.39%
G = 44.23%
B = 14.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#BECB42 (or 0xBECB42) is known color: Celery. HEX triplet: BE, CB and 42. RGB value is (190,203,66). Sum of RGB (Red+Green+Blue) = 190+203+66=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB42 is #4134BD. Grayscale: #B8B8B8. Windows color (decimal): -4273342 or 4377534. OLE color: 4377534.

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

Color convert

RGB 190 203 66 -
CMYK 0.06 0 0.67 0.20
HSL 65.69º 0.57% 0.53% -
HSV(B) 65.69º 0.67% 0.8% -
XYZ 43.57 54.05 13.29 -
YUV 183.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 190 203 66 0.06 0 0.67 0.20 65.69 0.57 0.53
Hex BE CB 42 6 0 43 14 42 39 35
Octal 276 313 102 6 0 103 24 102 71 65
Binary 10111110 11001011 1000010 110 0 1000011 10100 1000010 111001 110101

Color Harmonies of #BECB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB42

Black with #BECB42

Text Example


Text Example

White with #BECB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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