Html Css Color HEX #BFD003 La Rioja

📋 copy color: '#BFD003'

red 191 ◦ green 208 ◦ blue 3

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

Shades of La Rioja #BFD003

Tints of La Rioja #BFD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 47.51%
G = 51.74%
B = 0.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BFD003 (or 0xBFD003) is known color: La Rioja. HEX triplet: BF, D0 and 03. RGB value is (191,208,3). Sum of RGB (Red+Green+Blue) = 191+208+3=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD003 is #402FFC. Grayscale: #B4B4B4. Windows color (decimal): -4206589 or 250047. OLE color: 250047.

HSL color Cylindrical-coordinate representation of color #BFD003: hue angle of 64.98º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD003 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 3 -
CMYK 0.08 0 0.99 0.18
HSL 64.98º 0.97% 0.41% -
HSV(B) 64.98º 0.99% 0.82% -
XYZ 44.06 56.19 8.61 -
YUV 179.55 28.37 136.17 -
System Red Green Blue C M Y K H S L
Decimal 191 208 3 0.08 0 0.99 0.18 64.98 0.97 0.41
Hex BF D0 3 8 0 63 12 41 61 29
Octal 277 320 3 10 0 143 22 101 141 51
Binary 10111111 11010000 11 1000 0 1100011 10010 1000001 1100001 101001

Color Harmonies of #BFD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD003

Black with #BFD003

Text Example


Text Example

White with #BFD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD003; }

 p { color: rgb(191,208,3); }

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

background-color css

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

 a { background-color: rgb(191,208,3); }

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

border-color css

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

 span { border-color: rgb(191,208,3); }

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