Html Css Color HEX #BFD502 La Rioja

📋 copy color: '#BFD502'

red 191 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #BFD502

Tints of La Rioja #BFD502

RGB

 RED value IS 191 (75% from 255) = 47.04%

 GREEN value IS 213 (83.59% from 255) = 52.46%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 47.04%
G = 52.46%
B = 0.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BFD502 (or 0xBFD502) is known color: La Rioja. HEX triplet: BF, D5 and 02. RGB value is (191,213,2). Sum of RGB (Red+Green+Blue) = 191+213+2=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD502 is #402AFD. Grayscale: #B7B7B7. Windows color (decimal): -4205310 or 185791. OLE color: 185791.

HSL color Cylindrical-coordinate representation of color #BFD502: hue angle of 66.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD502 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 2 -
CMYK 0.10 0 0.99 0.16
HSL 66.26º 0.98% 0.42% -
HSV(B) 66.26º 0.99% 0.84% -
XYZ 45.29 58.67 8.99 -
YUV 182.37 26.21 134.16 -
System Red Green Blue C M Y K H S L
Decimal 191 213 2 0.10 0 0.99 0.16 66.26 0.98 0.42
Hex BF D5 2 A 0 63 10 42 62 2A
Octal 277 325 2 12 0 143 20 102 142 52
Binary 10111111 11010101 10 1010 0 1100011 10000 1000010 1100010 101010

Color Harmonies of #BFD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD502

Black with #BFD502

Text Example


Text Example

White with #BFD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD502; }

 p { color: rgb(191,213,2); }

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

background-color css

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

 a { background-color: rgb(191,213,2); }

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

border-color css

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

 span { border-color: rgb(191,213,2); }

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