Html Css Color HEX #BDC30E La Rioja

📋 copy color: '#BDC30E'

red 189 ◦ green 195 ◦ blue 14

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

Shades of La Rioja #BDC30E

Tints of La Rioja #BDC30E

RGB

 RED value IS 189 (74.22% from 255) = 47.49%

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

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 47.49%
G = 48.99%
B = 3.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BDC30E (or 0xBDC30E) is known color: La Rioja. HEX triplet: BD, C3 and 0E. RGB value is (189,195,14). Sum of RGB (Red+Green+Blue) = 189+195+14=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30E is #423CF1. Grayscale: #ADADAD. Windows color (decimal): -4340978 or 967613. OLE color: 967613.

HSL color Cylindrical-coordinate representation of color #BDC30E: hue angle of 61.99º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC30E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 14 -
CMYK 0.03 0 0.93 0.24
HSL 61.99º 0.87% 0.41% -
HSV(B) 61.99º 0.93% 0.76% -
XYZ 40.58 49.88 7.9 -
YUV 172.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 189 195 14 0.03 0 0.93 0.24 61.99 0.87 0.41
Hex BD C3 E 3 0 5D 18 3E 57 29
Octal 275 303 16 3 0 135 30 76 127 51
Binary 10111101 11000011 1110 11 0 1011101 11000 111110 1010111 101001

Color Harmonies of #BDC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC30E

Black with #BDC30E

Text Example


Text Example

White with #BDC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC30E; }

 p { color: rgb(189,195,14); }

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

background-color css

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

 a { background-color: rgb(189,195,14); }

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

border-color css

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

 span { border-color: rgb(189,195,14); }

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