Html Css Color HEX #BFC302 La Rioja

📋 copy color: '#BFC302'

red 191 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #BFC302

Tints of La Rioja #BFC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 49.23%
G = 50.26%
B = 0.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BFC302 (or 0xBFC302) is known color: La Rioja. HEX triplet: BF, C3 and 02. RGB value is (191,195,2). Sum of RGB (Red+Green+Blue) = 191+195+2=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC302 is #403CFD. Grayscale: #ACACAC. Windows color (decimal): -4209918 or 181183. OLE color: 181183.

HSL color Cylindrical-coordinate representation of color #BFC302: hue angle of 61.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 2 -
CMYK 0.02 0 0.99 0.24
HSL 61.24º 0.98% 0.39% -
HSV(B) 61.24º 0.99% 0.76% -
XYZ 41.01 50.11 7.57 -
YUV 171.8 32.17 141.69 -
System Red Green Blue C M Y K H S L
Decimal 191 195 2 0.02 0 0.99 0.24 61.24 0.98 0.39
Hex BF C3 2 2 0 63 18 3D 62 27
Octal 277 303 2 2 0 143 30 75 142 47
Binary 10111111 11000011 10 10 0 1100011 11000 111101 1100010 100111

Color Harmonies of #BFC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC302

Black with #BFC302

Text Example


Text Example

White with #BFC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC302; }

 p { color: rgb(191,195,2); }

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

background-color css

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

 a { background-color: rgb(191,195,2); }

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

border-color css

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

 span { border-color: rgb(191,195,2); }

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