Html Css Color HEX #BECF08 La Rioja

📋 copy color: '#BECF08'

red 190 ◦ green 207 ◦ blue 8

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

Shades of La Rioja #BECF08

Tints of La Rioja #BECF08

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

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

R = 46.91%
G = 51.11%
B = 1.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BECF08 (or 0xBECF08) is known color: La Rioja. HEX triplet: BE, CF and 08. RGB value is (190,207,8). Sum of RGB (Red+Green+Blue) = 190+207+8=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF08 is #4130F7. Grayscale: #B4B4B4. Windows color (decimal): -4272376 or 577470. OLE color: 577470.

HSL color Cylindrical-coordinate representation of color #BECF08: hue angle of 65.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BECF08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 8 -
CMYK 0.08 0 0.96 0.19
HSL 65.13º 0.93% 0.42% -
HSV(B) 65.13º 0.96% 0.81% -
XYZ 43.59 55.59 8.66 -
YUV 179.23 31.37 135.68 -
System Red Green Blue C M Y K H S L
Decimal 190 207 8 0.08 0 0.96 0.19 65.13 0.93 0.42
Hex BE CF 8 8 0 60 13 41 5D 2A
Octal 276 317 10 10 0 140 23 101 135 52
Binary 10111110 11001111 1000 1000 0 1100000 10011 1000001 1011101 101010

Color Harmonies of #BECF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF08

Black with #BECF08

Text Example


Text Example

White with #BECF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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