Html Css Color HEX #BBC612 La Rioja

📋 copy color: '#BBC612'

red 187 ◦ green 198 ◦ blue 18

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

Shades of La Rioja #BBC612

Tints of La Rioja #BBC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 46.4%
G = 49.13%
B = 4.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BBC612 (or 0xBBC612) is known color: La Rioja. HEX triplet: BB, C6 and 12. RGB value is (187,198,18). Sum of RGB (Red+Green+Blue) = 187+198+18=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC612 is #4439ED. Grayscale: #AEAEAE. Windows color (decimal): -4471278 or 1230523. OLE color: 1230523.

HSL color Cylindrical-coordinate representation of color #BBC612: hue angle of 63.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC612 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 18 -
CMYK 0.06 0 0.91 0.22
HSL 63.67º 0.83% 0.42% -
HSV(B) 63.67º 0.91% 0.78% -
XYZ 40.8 51 8.27 -
YUV 174.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 187 198 18 0.06 0 0.91 0.22 63.67 0.83 0.42
Hex BB C6 12 6 0 5B 16 40 53 2A
Octal 273 306 22 6 0 133 26 100 123 52
Binary 10111011 11000110 10010 110 0 1011011 10110 1000000 1010011 101010

Color Harmonies of #BBC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC612

Black with #BBC612

Text Example


Text Example

White with #BBC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC612; }

 p { color: rgb(187,198,18); }

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

background-color css

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

 a { background-color: rgb(187,198,18); }

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

border-color css

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

 span { border-color: rgb(187,198,18); }

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