Html Css Color HEX #BBC305 La Rioja

📋 copy color: '#BBC305'

red 187 ◦ green 195 ◦ blue 5

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

Shades of La Rioja #BBC305

Tints of La Rioja #BBC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 48.32%
G = 50.39%
B = 1.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BBC305 (or 0xBBC305) is known color: La Rioja. HEX triplet: BB, C3 and 05. RGB value is (187,195,5). Sum of RGB (Red+Green+Blue) = 187+195+5=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC305 is #443CFA. Grayscale: #ABABAB. Windows color (decimal): -4472059 or 377787. OLE color: 377787.

HSL color Cylindrical-coordinate representation of color #BBC305: hue angle of 62.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC305 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 5 -
CMYK 0.04 0 0.97 0.24
HSL 62.53º 0.95% 0.39% -
HSV(B) 62.53º 0.97% 0.76% -
XYZ 40.04 49.61 7.61 -
YUV 170.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 187 195 5 0.04 0 0.97 0.24 62.53 0.95 0.39
Hex BB C3 5 4 0 61 18 3F 5F 27
Octal 273 303 5 4 0 141 30 77 137 47
Binary 10111011 11000011 101 100 0 1100001 11000 111111 1011111 100111

Color Harmonies of #BBC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC305

Black with #BBC305

Text Example


Text Example

White with #BBC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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