Html Css Color HEX #BBC314 La Rioja

📋 copy color: '#BBC314'

red 187 ◦ green 195 ◦ blue 20

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

Shades of La Rioja #BBC314

Tints of La Rioja #BBC314

RGB

 RED value IS 187 (73.44% from 255) = 46.52%

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 46.52%
G = 48.51%
B = 4.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BBC314 (or 0xBBC314) is known color: La Rioja. HEX triplet: BB, C3 and 14. RGB value is (187,195,20). Sum of RGB (Red+Green+Blue) = 187+195+20=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC314 is #443CEB. Grayscale: #ADADAD. Windows color (decimal): -4472044 or 1360827. OLE color: 1360827.

HSL color Cylindrical-coordinate representation of color #BBC314: hue angle of 62.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC314 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 20 -
CMYK 0.04 0 0.90 0.24
HSL 62.74º 0.81% 0.42% -
HSV(B) 62.74º 0.9% 0.76% -
XYZ 40.13 49.65 8.13 -
YUV 172.66 41.85 138.23 -
System Red Green Blue C M Y K H S L
Decimal 187 195 20 0.04 0 0.90 0.24 62.74 0.81 0.42
Hex BB C3 14 4 0 5A 18 3F 51 2A
Octal 273 303 24 4 0 132 30 77 121 52
Binary 10111011 11000011 10100 100 0 1011010 11000 111111 1010001 101010

Color Harmonies of #BBC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC314

Black with #BBC314

Text Example


Text Example

White with #BBC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC314; }

 p { color: rgb(187,195,20); }

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

background-color css

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

 a { background-color: rgb(187,195,20); }

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

border-color css

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

 span { border-color: rgb(187,195,20); }

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