Html Css Color HEX #BECC42 Celery

📋 copy color: '#BECC42'

red 190 ◦ green 204 ◦ blue 66

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

Shades of Celery #BECC42

Tints of Celery #BECC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

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

R = 41.3%
G = 44.35%
B = 14.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#BECC42 (or 0xBECC42) is known color: Celery. HEX triplet: BE, CC and 42. RGB value is (190,204,66). Sum of RGB (Red+Green+Blue) = 190+204+66=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC42 is #4133BD. Grayscale: #B8B8B8. Windows color (decimal): -4273086 or 4377790. OLE color: 4377790.

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

Color convert

RGB 190 204 66 -
CMYK 0.07 0 0.68 0.2
HSL 66.09º 0.58% 0.53% -
HSV(B) 66.09º 0.68% 0.8% -
XYZ 43.81 54.53 13.37 -
YUV 184.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 190 204 66 0.07 0 0.68 0.2 66.09 0.58 0.53
Hex BE CC 42 7 0 44 14 42 3A 35
Octal 276 314 102 7 0 104 24 102 72 65
Binary 10111110 11001100 1000010 111 0 1000100 10100 1000010 111010 110101

Color Harmonies of #BECC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC42

Black with #BECC42

Text Example


Text Example

White with #BECC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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