Html Css Color HEX #BFD00D La Rioja

📋 copy color: '#BFD00D'

red 191 ◦ green 208 ◦ blue 13

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

Shades of La Rioja #BFD00D

Tints of La Rioja #BFD00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 46.36%
G = 50.49%
B = 3.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BFD00D (or 0xBFD00D) is known color: La Rioja. HEX triplet: BF, D0 and 0D. RGB value is (191,208,13). Sum of RGB (Red+Green+Blue) = 191+208+13=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD00D is #402FF2. Grayscale: #B5B5B5. Windows color (decimal): -4206579 or 905407. OLE color: 905407.

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

Color convert

RGB 191 208 13 -
CMYK 0.08 0 0.94 0.18
HSL 65.23º 0.88% 0.43% -
HSV(B) 65.23º 0.94% 0.82% -
XYZ 44.11 56.22 8.91 -
YUV 180.69 33.37 135.36 -
System Red Green Blue C M Y K H S L
Decimal 191 208 13 0.08 0 0.94 0.18 65.23 0.88 0.43
Hex BF D0 D 8 0 5E 12 41 58 2B
Octal 277 320 15 10 0 136 22 101 130 53
Binary 10111111 11010000 1101 1000 0 1011110 10010 1000001 1011000 101011

Color Harmonies of #BFD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD00D

Black with #BFD00D

Text Example


Text Example

White with #BFD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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