Html Css Color HEX #BECC0F La Rioja

📋 copy color: '#BECC0F'

red 190 ◦ green 204 ◦ blue 15

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

Shades of La Rioja #BECC0F

Tints of La Rioja #BECC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 46.45%
G = 49.88%
B = 3.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#BECC0F (or 0xBECC0F) is known color: La Rioja. HEX triplet: BE, CC and 0F. RGB value is (190,204,15). Sum of RGB (Red+Green+Blue) = 190+204+15=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0F is #4133F0. Grayscale: #B3B3B3. Windows color (decimal): -4273137 or 1035454. OLE color: 1035454.

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

Color convert

RGB 190 204 15 -
CMYK 0.07 0 0.93 0.2
HSL 64.44º 0.86% 0.43% -
HSV(B) 64.44º 0.93% 0.8% -
XYZ 42.91 54.17 8.65 -
YUV 178.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 190 204 15 0.07 0 0.93 0.2 64.44 0.86 0.43
Hex BE CC F 7 0 5D 14 40 56 2B
Octal 276 314 17 7 0 135 24 100 126 53
Binary 10111110 11001100 1111 111 0 1011101 10100 1000000 1010110 101011

Color Harmonies of #BECC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC0F

Black with #BECC0F

Text Example


Text Example

White with #BECC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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