Html Css Color HEX #BBCD03 La Rioja

📋 copy color: '#BBCD03'

red 187 ◦ green 205 ◦ blue 3

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

Shades of La Rioja #BBCD03

Tints of La Rioja #BBCD03

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.9%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 47.34%
G = 51.9%
B = 0.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#BBCD03 (or 0xBBCD03) is known color: La Rioja. HEX triplet: BB, CD and 03. RGB value is (187,205,3). Sum of RGB (Red+Green+Blue) = 187+205+3=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD03 is #4432FC. Grayscale: #B1B1B1. Windows color (decimal): -4469501 or 249275. OLE color: 249275.

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

Color convert

RGB 187 205 3 -
CMYK 0.09 0 0.99 0.20
HSL 65.35º 0.97% 0.41% -
HSV(B) 65.35º 0.99% 0.8% -
XYZ 42.34 54.23 8.32 -
YUV 176.59 30.04 135.43 -
System Red Green Blue C M Y K H S L
Decimal 187 205 3 0.09 0 0.99 0.20 65.35 0.97 0.41
Hex BB CD 3 9 0 63 14 41 61 29
Octal 273 315 3 11 0 143 24 101 141 51
Binary 10111011 11001101 11 1001 0 1100011 10100 1000001 1100001 101001

Color Harmonies of #BBCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD03

Black with #BBCD03

Text Example


Text Example

White with #BBCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD03; }

 p { color: rgb(187,205,3); }

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

background-color css

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

 a { background-color: rgb(187,205,3); }

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

border-color css

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

 span { border-color: rgb(187,205,3); }

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