Html Css Color HEX #B2C30F La Rioja

📋 copy color: '#B2C30F'

red 178 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #B2C30F

Tints of La Rioja #B2C30F

RGB

 RED value IS 178 (69.92% from 255) = 45.88%

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 45.88%
G = 50.26%
B = 3.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B2C30F (or 0xB2C30F) is known color: La Rioja. HEX triplet: B2, C3 and 0F. RGB value is (178,195,15). Sum of RGB (Red+Green+Blue) = 178+195+15=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C30F is #4D3CF0. Grayscale: #AAAAAA. Windows color (decimal): -5061873 or 1033138. OLE color: 1033138.

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

Color convert

RGB 178 195 15 -
CMYK 0.09 0 0.92 0.24
HSL 65.67º 0.86% 0.41% -
HSV(B) 65.67º 0.92% 0.76% -
XYZ 37.96 48.53 7.82 -
YUV 169.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 178 195 15 0.09 0 0.92 0.24 65.67 0.86 0.41
Hex B2 C3 F 9 0 5C 18 42 56 29
Octal 262 303 17 11 0 134 30 102 126 51
Binary 10110010 11000011 1111 1001 0 1011100 11000 1000010 1010110 101001

Color Harmonies of #B2C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C30F

Black with #B2C30F

Text Example


Text Example

White with #B2C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C30F; }

 p { color: rgb(178,195,15); }

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

background-color css

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

 a { background-color: rgb(178,195,15); }

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

border-color css

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

 span { border-color: rgb(178,195,15); }

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