Html Css Color HEX #BECC08 La Rioja

📋 copy color: '#BECC08'

red 190 ◦ green 204 ◦ blue 8

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

Shades of La Rioja #BECC08

Tints of La Rioja #BECC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 47.26%
G = 50.75%
B = 1.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#BECC08 (or 0xBECC08) is known color: La Rioja. HEX triplet: BE, CC and 08. RGB value is (190,204,8). Sum of RGB (Red+Green+Blue) = 190+204+8=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC08 is #4133F7. Grayscale: #B2B2B2. Windows color (decimal): -4273144 or 576702. OLE color: 576702.

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

Color convert

RGB 190 204 8 -
CMYK 0.07 0 0.96 0.2
HSL 64.29º 0.92% 0.42% -
HSV(B) 64.29º 0.96% 0.8% -
XYZ 42.87 54.15 8.42 -
YUV 177.47 32.36 136.94 -
System Red Green Blue C M Y K H S L
Decimal 190 204 8 0.07 0 0.96 0.2 64.29 0.92 0.42
Hex BE CC 8 7 0 60 14 40 5C 2A
Octal 276 314 10 7 0 140 24 100 134 52
Binary 10111110 11001100 1000 111 0 1100000 10100 1000000 1011100 101010

Color Harmonies of #BECC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC08

Black with #BECC08

Text Example


Text Example

White with #BECC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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