Html Css Color HEX #BCD405 La Rioja

📋 copy color: '#BCD405'

red 188 ◦ green 212 ◦ blue 5

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

Shades of La Rioja #BCD405

Tints of La Rioja #BCD405

RGB

 RED value IS 188 (73.83% from 255) = 46.42%

 GREEN value IS 212 (83.2% from 255) = 52.35%

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

R = 46.42%
G = 52.35%
B = 1.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BCD405 (or 0xBCD405) is known color: La Rioja. HEX triplet: BC, D4 and 05. RGB value is (188,212,5). Sum of RGB (Red+Green+Blue) = 188+212+5=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD405 is #432BFA. Grayscale: #B6B6B6. Windows color (decimal): -4402171 or 382140. OLE color: 382140.

HSL color Cylindrical-coordinate representation of color #BCD405: hue angle of 66.96º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD405 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 5 -
CMYK 0.11 0 0.98 0.17
HSL 66.96º 0.95% 0.43% -
HSV(B) 66.96º 0.98% 0.83% -
XYZ 44.31 57.79 8.96 -
YUV 181.23 28.55 132.83 -
System Red Green Blue C M Y K H S L
Decimal 188 212 5 0.11 0 0.98 0.17 66.96 0.95 0.43
Hex BC D4 5 B 0 62 11 43 5F 2B
Octal 274 324 5 13 0 142 21 103 137 53
Binary 10111100 11010100 101 1011 0 1100010 10001 1000011 1011111 101011

Color Harmonies of #BCD405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD405

Black with #BCD405

Text Example


Text Example

White with #BCD405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD405; }

 p { color: rgb(188,212,5); }

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

background-color css

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

 a { background-color: rgb(188,212,5); }

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

border-color css

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

 span { border-color: rgb(188,212,5); }

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