Html Css Color HEX #BFCE02 La Rioja

📋 copy color: '#BFCE02'

red 191 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #BFCE02

Tints of La Rioja #BFCE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.63%

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

R = 47.87%
G = 51.63%
B = 0.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#BFCE02 (or 0xBFCE02) is known color: La Rioja. HEX triplet: BF, CE and 02. RGB value is (191,206,2). Sum of RGB (Red+Green+Blue) = 191+206+2=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE02 is #4031FD. Grayscale: #B3B3B3. Windows color (decimal): -4207102 or 183999. OLE color: 183999.

HSL color Cylindrical-coordinate representation of color #BFCE02: hue angle of 64.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFCE02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 2 -
CMYK 0.07 0 0.99 0.19
HSL 64.41º 0.98% 0.41% -
HSV(B) 64.41º 0.99% 0.81% -
XYZ 43.57 55.22 8.42 -
YUV 178.26 28.53 137.09 -
System Red Green Blue C M Y K H S L
Decimal 191 206 2 0.07 0 0.99 0.19 64.41 0.98 0.41
Hex BF CE 2 7 0 63 13 40 62 29
Octal 277 316 2 7 0 143 23 100 142 51
Binary 10111111 11001110 10 111 0 1100011 10011 1000000 1100010 101001

Color Harmonies of #BFCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE02

Black with #BFCE02

Text Example


Text Example

White with #BFCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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