Html Css Color HEX #BFD504 La Rioja

📋 copy color: '#BFD504'

red 191 ◦ green 213 ◦ blue 4

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

Shades of La Rioja #BFD504

Tints of La Rioja #BFD504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 46.81%
G = 52.21%
B = 0.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BFD504 (or 0xBFD504) is known color: La Rioja. HEX triplet: BF, D5 and 04. RGB value is (191,213,4). Sum of RGB (Red+Green+Blue) = 191+213+4=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD504 is #402AFB. Grayscale: #B7B7B7. Windows color (decimal): -4205308 or 316863. OLE color: 316863.

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

Color convert

RGB 191 213 4 -
CMYK 0.10 0 0.98 0.16
HSL 66.32º 0.96% 0.43% -
HSV(B) 66.32º 0.98% 0.84% -
XYZ 45.3 58.67 9.05 -
YUV 182.6 27.21 133.99 -
System Red Green Blue C M Y K H S L
Decimal 191 213 4 0.10 0 0.98 0.16 66.32 0.96 0.43
Hex BF D5 4 A 0 62 10 42 60 2B
Octal 277 325 4 12 0 142 20 102 140 53
Binary 10111111 11010101 100 1010 0 1100010 10000 1000010 1100000 101011

Color Harmonies of #BFD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD504

Black with #BFD504

Text Example


Text Example

White with #BFD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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