Html Css Color HEX #BFCC05 La Rioja

📋 copy color: '#BFCC05'

red 191 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #BFCC05

Tints of La Rioja #BFCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 47.75%
G = 51%
B = 1.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#BFCC05 (or 0xBFCC05) is known color: La Rioja. HEX triplet: BF, CC and 05. RGB value is (191,204,5). Sum of RGB (Red+Green+Blue) = 191+204+5=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC05 is #4033FA. Grayscale: #B2B2B2. Windows color (decimal): -4207611 or 380095. OLE color: 380095.

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

Color convert

RGB 191 204 5 -
CMYK 0.06 0 0.98 0.2
HSL 63.92º 0.95% 0.41% -
HSV(B) 63.92º 0.98% 0.8% -
XYZ 43.11 54.27 8.35 -
YUV 177.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 191 204 5 0.06 0 0.98 0.2 63.92 0.95 0.41
Hex BF CC 5 6 0 62 14 40 5F 29
Octal 277 314 5 6 0 142 24 100 137 51
Binary 10111111 11001100 101 110 0 1100010 10100 1000000 1011111 101001

Color Harmonies of #BFCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC05

Black with #BFCC05

Text Example


Text Example

White with #BFCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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