Html Css Color HEX #BBC302 La Rioja

📋 copy color: '#BBC302'

red 187 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #BBC302

Tints of La Rioja #BBC302

RGB

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

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

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

R = 48.7%
G = 50.78%
B = 0.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BBC302 (or 0xBBC302) is known color: La Rioja. HEX triplet: BB, C3 and 02. RGB value is (187,195,2). Sum of RGB (Red+Green+Blue) = 187+195+2=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC302 is #443CFD. Grayscale: #ABABAB. Windows color (decimal): -4472062 or 181179. OLE color: 181179.

HSL color Cylindrical-coordinate representation of color #BBC302: hue angle of 62.49º 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 #BBC302 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 2 -
CMYK 0.04 0 0.99 0.24
HSL 62.49º 0.98% 0.39% -
HSV(B) 62.49º 0.99% 0.76% -
XYZ 40.02 49.6 7.52 -
YUV 170.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 187 195 2 0.04 0 0.99 0.24 62.49 0.98 0.39
Hex BB C3 2 4 0 63 18 3E 62 27
Octal 273 303 2 4 0 143 30 76 142 47
Binary 10111011 11000011 10 100 0 1100011 11000 111110 1100010 100111

Color Harmonies of #BBC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC302

Black with #BBC302

Text Example


Text Example

White with #BBC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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