Html Css Color HEX #BFCC10 La Rioja

📋 copy color: '#BFCC10'

red 191 ◦ green 204 ◦ blue 16

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

Shades of La Rioja #BFCC10

Tints of La Rioja #BFCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 46.47%
G = 49.64%
B = 3.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#BFCC10 (or 0xBFCC10) is known color: La Rioja. HEX triplet: BF, CC and 10. RGB value is (191,204,16). Sum of RGB (Red+Green+Blue) = 191+204+16=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC10 is #4033EF. Grayscale: #B3B3B3. Windows color (decimal): -4207600 or 1100991. OLE color: 1100991.

HSL color Cylindrical-coordinate representation of color #BFCC10: hue angle of 64.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFCC10 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 16 -
CMYK 0.06 0 0.92 0.2
HSL 64.15º 0.85% 0.43% -
HSV(B) 64.15º 0.92% 0.8% -
XYZ 43.17 54.3 8.7 -
YUV 178.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 191 204 16 0.06 0 0.92 0.2 64.15 0.85 0.43
Hex BF CC 10 6 0 5C 14 40 55 2B
Octal 277 314 20 6 0 134 24 100 125 53
Binary 10111111 11001100 10000 110 0 1011100 10100 1000000 1010101 101011

Color Harmonies of #BFCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC10

Black with #BFCC10

Text Example


Text Example

White with #BFCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC10; }

 p { color: rgb(191,204,16); }

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

background-color css

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

 a { background-color: rgb(191,204,16); }

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

border-color css

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

 span { border-color: rgb(191,204,16); }

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