Html Css Color HEX #BFCB02 La Rioja

📋 copy color: '#BFCB02'

red 191 ◦ green 203 ◦ blue 2

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

Shades of La Rioja #BFCB02

Tints of La Rioja #BFCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.26%

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

R = 48.23%
G = 51.26%
B = 0.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#BFCB02 (or 0xBFCB02) is known color: La Rioja. HEX triplet: BF, CB and 02. RGB value is (191,203,2). Sum of RGB (Red+Green+Blue) = 191+203+2=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB02 is #4034FD. Grayscale: #B1B1B1. Windows color (decimal): -4207870 or 183231. OLE color: 183231.

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

Color convert

RGB 191 203 2 -
CMYK 0.06 0 0.99 0.20
HSL 63.58º 0.98% 0.4% -
HSV(B) 63.58º 0.99% 0.8% -
XYZ 42.85 53.79 8.18 -
YUV 176.5 29.52 138.34 -
System Red Green Blue C M Y K H S L
Decimal 191 203 2 0.06 0 0.99 0.20 63.58 0.98 0.4
Hex BF CB 2 6 0 63 14 40 62 28
Octal 277 313 2 6 0 143 24 100 142 50
Binary 10111111 11001011 10 110 0 1100011 10100 1000000 1100010 101000

Color Harmonies of #BFCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB02

Black with #BFCB02

Text Example


Text Example

White with #BFCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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