Html Css Color HEX #BFCC07 La Rioja

📋 copy color: '#BFCC07'

red 191 ◦ green 204 ◦ blue 7

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

Shades of La Rioja #BFCC07

Tints of La Rioja #BFCC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 47.51%
G = 50.75%
B = 1.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#BFCC07 (or 0xBFCC07) is known color: La Rioja. HEX triplet: BF, CC and 07. RGB value is (191,204,7). Sum of RGB (Red+Green+Blue) = 191+204+7=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC07 is #4033F8. Grayscale: #B2B2B2. Windows color (decimal): -4207609 or 511167. OLE color: 511167.

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

Color convert

RGB 191 204 7 -
CMYK 0.06 0 0.97 0.2
HSL 63.96º 0.93% 0.41% -
HSV(B) 63.96º 0.97% 0.8% -
XYZ 43.12 54.28 8.41 -
YUV 177.66 31.69 137.52 -
System Red Green Blue C M Y K H S L
Decimal 191 204 7 0.06 0 0.97 0.2 63.96 0.93 0.41
Hex BF CC 7 6 0 61 14 40 5D 29
Octal 277 314 7 6 0 141 24 100 135 51
Binary 10111111 11001100 111 110 0 1100001 10100 1000000 1011101 101001

Color Harmonies of #BFCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC07

Black with #BFCC07

Text Example


Text Example

White with #BFCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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